mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
hide if propagation option is not "propagate"
This commit is contained in:
committed by
HviorForgeFlow
parent
4bd0f381ac
commit
a218feb108
@@ -7,9 +7,10 @@
|
||||
<field name="inherit_id"
|
||||
ref="procurement.view_procurement_rule_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<group name="propagation_group" position="inside">
|
||||
<field name="auto_create_group"/>
|
||||
</group>
|
||||
<field name="group_propagation_option" position="after">
|
||||
<field name="auto_create_group"
|
||||
attrs="{'invisible':[('group_propagation_option','!=','propagate')]}"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user