diff --git a/templates/report_invoice_document.xml b/templates/report_invoice_document.xml index e05d590dda4ad73c079ea34e0dfbf1e2742d8b00..e5258e787f0c3b99a62e4c2792d9616576bffb02 100644 --- a/templates/report_invoice_document.xml +++ b/templates/report_invoice_document.xml @@ -23,6 +23,14 @@ <xpath expr="//p[@name='payment_communication']" position="attributes"> <attribute name="t-if">o.company_id.is_tax</attribute> </xpath> + <!-- Affichage mention TVA --> + <xpath expr="//div[@id='total']/div" position="inside"> + <t t-if="not o.company_id.is_tax"> + <p class="text-right" style="padding: 0; margin: 0;"> + <i>TVA non applicable art 293B du CGI</i> + </p> + </t> + </xpath> </template> </data>