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

[update] template with no TVA

parent bbd54e56
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -23,6 +23,14 @@ ...@@ -23,6 +23,14 @@
<xpath expr="//p[@name='payment_communication']" position="attributes"> <xpath expr="//p[@name='payment_communication']" position="attributes">
<attribute name="t-if">o.company_id.is_tax</attribute> <attribute name="t-if">o.company_id.is_tax</attribute>
</xpath> </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> </template>
</data> </data>
......
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