Browse Source

[IMP] remove national register number from company subscription form

pull/1/head
houssine 6 years ago
parent
commit
21772b1345
  1. 9
      easy_my_coop_ch/views/subscription_template.xml

9
easy_my_coop_ch/views/subscription_template.xml

@ -2,10 +2,11 @@
<odoo>
<data>
<template id="subscription_i18n_ch" inherit_id="easy_my_coop.becomecooperator" name="Removing fields">
<xpath expr="//label[@for='no_registre']/.." position="replace">
</xpath>
<xpath expr="//label[@for='iban']/.." position="replace">
</xpath>
<xpath expr="//label[@for='no_registre']/.." position="replace"/>
</template>
<template id="company_subscription_i18n_ch" inherit_id="easy_my_coop.becomecompanycooperator" name="Company Removing fields">
<xpath expr="//label[@for='no_registre']/.." position="replace"/>
</template>
</data>
</odoo>
Loading…
Cancel
Save