Merge pull request #4569 from expsa/samir-aladawi-hide-fields-benefit
[UPD] odex_benefit
This commit is contained in:
commit
2d46f8f709
|
|
@ -719,7 +719,7 @@
|
|||
</group>
|
||||
<group>
|
||||
<group>
|
||||
<field name="sponsor_id"/>
|
||||
<field name="sponsor_id" invisible="1"/>
|
||||
<field name="is_excluded_suspension" invisible="1" readonly="1"
|
||||
force_save="1"/>
|
||||
</group>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
</xpath>
|
||||
|
||||
<xpath expr="//field[@name='member_ids']/tree/field[@name='state']" position="before">
|
||||
<field name="replaced" readonly="1"/>
|
||||
<field name="replaced" readonly="1" invisible="1"/>
|
||||
</xpath>
|
||||
|
||||
</field>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='member_status']" position="after">
|
||||
|
||||
<field name="replaced" readonly="1"/>
|
||||
<field name="replaced" readonly="1" invisible="1"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
|
|
|||
Loading…
Reference in New Issue