mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -7,21 +7,19 @@
|
||||
<field name="inherit_id" ref="stock.stock_putaway_list" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="product_id" position="attributes">
|
||||
<attribute name="readonly">False</attribute>
|
||||
<attribute
|
||||
name="attrs"
|
||||
>{'readonly': [('category_id', '!=', False)], 'required': [('category_id', '=', False),('product_tmpl_id', '=', False)]}</attribute>
|
||||
>{'readonly': ['|',('category_id', '!=', False), ('product_tmpl_id', '!=', False)]}</attribute>
|
||||
</field>
|
||||
<field name="category_id" position="attributes">
|
||||
<attribute name="readonly">False</attribute>
|
||||
<attribute
|
||||
name="attrs"
|
||||
>{'readonly': ['|', ('product_id', '!=', False), ('product_tmpl_id', '!=', False)], 'required': [('product_id', '=', False),('product_tmpl_id', '=', False)]}</attribute>
|
||||
>{'readonly': ['|', ('product_id', '!=', False), ('product_tmpl_id', '!=', False)]}</attribute>
|
||||
</field>
|
||||
<field name="product_id" position="before">
|
||||
<field
|
||||
name="product_tmpl_id"
|
||||
attrs="{'readonly': [('category_id', '!=', False)], 'required': [('category_id', '=', False), ('product_id', '=', False)]}"
|
||||
attrs="{'readonly': [('category_id', '!=', False)]}"
|
||||
options="{'no_create': True, 'no_open': True}"
|
||||
force_save="1"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user