Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <data>
- <!--
- # Done by RHT on the 05/08/2024
- # Pastebin: https://pastebin.com/xaptFyhV
- # Need: extra text in the footer of the email
- # Task: https://www.odoo.com/odoo/project/5686/tasks/4094916?cids=1
- -->
- <xpath expr="//body/div/div[4]/p" position="inside">
- <br/>
- <t>Siège Social : </t>
- <t t-out="company.street"/>
- <t> - </t>
- <t t-out="company.zip"/>
- <t t-out="company.city"/>
- <t> (</t>
- <t t-out="company.country_id.name"/>
- <t>)</t>
- <br/>
- <t>TVA : </t>
- <t t-out="company.vat"/>
- <t> | IBAN : Nagelmackers BE79 132 5209959 33 BIC : BNAGBEBB </t>
- </xpath>
- </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement