Browse Source

[IMP] remove birthday field as the know we use the OCA module

partner_birthdate on this purpose.
pull/1/head
houssine 6 years ago
parent
commit
4cdd20f80d
  1. 1
      easy_my_coop/view/res_partner_view.xml

1
easy_my_coop/view/res_partner_view.xml

@ -27,7 +27,6 @@
<field name="effective_date" attrs="{'invisible':[('member','=',False)]}"/>
</group>
<group>
<field name="birthdate" attrs="{'invisible':[('is_company','=',True)]}"/>
<field name="gender" attrs="{'invisible':[('is_company','=',True)]}"/>
</group>
</xpath>

Loading…
Cancel
Save