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

[update] payments report for refund

parent d971a517
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -268,10 +268,20 @@ ...@@ -268,10 +268,20 @@
<td <td
class="text-right" class="text-right"
style="border: none; background: inherit; color: inherit;" style="border: none; background: inherit; color: inherit;"
><t >
<t t-if="payment.credit > 0">
<t
t-esc="payment.credit" t-esc="payment.credit"
t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}" t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"
/></td> />
</t>
<t t-else="">
<t
t-esc="-payment.debit"
t-options="{'widget': 'monetary', 'display_currency': o.company_id.currency_id}"
/>
</t>
</td>
</tr> </tr>
</table> </table>
</p> </p>
......
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