Browse Source

[IMP] make no create in cooperator view for share lines

pull/1/head
houssine 5 years ago
parent
commit
a966f3651a
  1. 2
      easy_my_coop/view/res_partner_view.xml

2
easy_my_coop/view/res_partner_view.xml

@ -39,7 +39,7 @@
<field name="total_value"/>
</group>
<field name="share_ids">
<tree>
<tree create="false">
<field name="effective_date"/>
<field name="share_short_name"/>
<field name="share_number" sum="Total of shares"/>

Loading…
Cancel
Save