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.

13 lines
407 B

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" name="French Layout Customization">
  5. <xpath expr="//t[@t-if='company.company_registry']" position="before">
  6. <t t-if="company.siret">
  7. <span>Siret</span> :
  8. <span t-field="company.siret"/>
  9. </t>
  10. </xpath>
  11. </template>
  12. </data>
  13. </odoo>