Browse Source

[IMP] remove state dield from there

pull/6/head
houssine 5 years ago
parent
commit
80e58389f1
  1. 1
      easy_my_coop/view/operation_request_view.xml

1
easy_my_coop/view/operation_request_view.xml

@ -32,7 +32,6 @@
<sheet>
<group>
<group>
<field name="state"/>
<field name="request_date" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="operation_type" attrs="{'readonly':[('state','!=','draft')]}"/>
<field name="receiver_not_member" attrs="{'invisible':[('operation_type','!=','transfer')]}"/>

Loading…
Cancel
Save