Skip to content
Extraits de code Groupes Projets
Valider 0b54c8ea rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[update] check number on report

parent b5fa067c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -82,7 +82,15 @@ ...@@ -82,7 +82,15 @@
<span t-esc="o.get_bank(move_line).bank_id.name"/> <span t-esc="o.get_bank(move_line).bank_id.name"/>
</t> </t>
</td> </td>
<td><span t-field="move_line.ref"/></td> <td>
<!-- if move line from manual payment -->
<t t-if="'CUST' in move_line.name">
<span t-field="move_line.ref"/>
</t>
<t t-else="">
<span t-field="move_line.name"/>
</t>
</td>
<td> <td>
<t t-if="o.currency_id == o.company_id.currency_id"> <t t-if="o.currency_id == o.company_id.currency_id">
<span t-field="move_line.debit" t-field-options='{"widget": "monetary", "display_currency": "o.currency_id"}'/> <span t-field="move_line.debit" t-field-options='{"widget": "monetary", "display_currency": "o.currency_id"}'/>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter