You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
527 B

4 years ago
4 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <data>
  4. <template id="layout_i18n_fr" inherit_id="theme_light.invoice_footer"
  5. name="French Layout Customization">
  6. <xpath expr="//t[@t-if='company.company_registry']"
  7. position="before">
  8. <t t-if="company.siret">
  9. <span>Siret</span>
  10. :
  11. <span t-field="company.siret"/>
  12. </t>
  13. </xpath>
  14. </template>
  15. </data>
  16. </odoo>