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.

19 lines
724 B

4 years ago
4 years ago
4 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <data>
  4. <template id="subscription_i18n_fr"
  5. inherit_id="easy_my_coop_website.becomecooperator"
  6. name="Removing fields">
  7. <!-- fixme instead of removing here, it should be added in easy_my_coop_be -->
  8. <xpath expr="//label[@for='iban']/.." position="replace">
  9. </xpath>
  10. </template>
  11. <template id="company_subscription_i18n_fr"
  12. inherit_id="easy_my_coop_website.becomecompanycooperator"
  13. name="Company Removing fields">
  14. <xpath expr="//label[@for='iban']/.." position="replace">
  15. </xpath>
  16. </template>
  17. </data>
  18. </odoo>