Skip to content
Extraits de code Groupes Projets
Valider 2fcce3bb rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] display only debit lines > 0 in report aura

parent cef026f4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<p> <p>
<table class="table table-striped table-sm" style="width: 400px; font-size: 12px;"> <table class="table table-striped table-sm" style="width: 400px; font-size: 12px;">
<t t-foreach="o.move_id.line_ids" t-as="line"> <t t-foreach="o.move_id.line_ids" t-as="line">
<tr> <tr t-if="line.debit > 0">
<td><span t-field="line.date_maturity"/></td> <td><span t-field="line.date_maturity"/></td>
<td><span t-field="line.debit" t-options='{"widget": "monetary", "display_currency": o.currency_id}'/></td> <td><span t-field="line.debit" t-options='{"widget": "monetary", "display_currency": o.currency_id}'/></td>
</tr> </tr>
......
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