Advertisement
rht_odoo

[4094916][QW]extra_info_mail_footer

Aug 5th, 2024 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.70 KB | None | 0 0
  1. <data>
  2.     <!--
  3.    # Done by RHT on the 05/08/2024
  4.    # Pastebin: https://pastebin.com/xaptFyhV
  5.    # Need: extra text in the footer of the email
  6.    # Task: https://www.odoo.com/odoo/project/5686/tasks/4094916?cids=1
  7.    -->
  8.     <xpath expr="//body/div/div[4]/p" position="inside">
  9.         <br/>
  10.         <t>Siège Social : </t>
  11.         <t t-out="company.street"/>
  12.         <t> - </t>
  13.         <t t-out="company.zip"/>
  14.         <t t-out="company.city"/>
  15.          <t> (</t>
  16.         <t t-out="company.country_id.name"/>
  17.         <t>)</t>
  18.         <br/>
  19.         <t>TVA : </t>
  20.         <t t-out="company.vat"/>
  21.         <t> | IBAN : Nagelmackers BE79 132 5209959 33 BIC : BNAGBEBB </t>
  22.     </xpath>
  23. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement