Browse Source

[FIX] remove comma

pull/93/head
houssine 4 years ago
parent
commit
ef2961f5e6
  1. 2
      easy_my_coop/view/operation_request_view.xml

2
easy_my_coop/view/operation_request_view.xml

@ -41,7 +41,7 @@
<field name="partner_id_to" options="{'no_create':True}" attrs="{'invisible':['|',('operation_type','!=','transfer'), ('receiver_not_member','=',True)],'readonly':[('state','!=','draft')]}"/>
</group>
<group>
<field name="user_id"/>,
<field name="user_id"/>
<field name="share_product_id" attrs="{'readonly':[('state','!=','draft')]}" widget="selection"/>
<field name="share_short_name" readonly="True"/>
<field name="share_to_product_id" attrs="{'invisible':[('operation_type','!=','convert')],'required':[('operation_type','=','convert')],'readonly':[('state','!=','draft')]}" widget="selection"/>

Loading…
Cancel
Save