Merge pull request #4569 from expsa/samir-aladawi-hide-fields-benefit

[UPD] odex_benefit
This commit is contained in:
SamirLADOUI-sa 2025-09-04 08:55:13 +01:00 committed by GitHub
commit 2d46f8f709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>