Skip to content
Snippets Groups Projects
Commit 35a1eb26 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[update] template with no TVA

parent bbd54e56
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment