mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
purchase_packaging : fix supplier info view for create
This commit is contained in:
committed by
Thomas Binsfeld
parent
9c17907108
commit
2c915f3dce
@@ -26,7 +26,7 @@
|
||||
<field name="packaging_id" domain="[('product_tmpl_id', '=', product_tmpl_id)]" groups="product.group_stock_packaging"/>
|
||||
</field>
|
||||
<field name="delay" position="after">
|
||||
<field name="product_tmpl_id" invisible="1"/>
|
||||
<field name="product_tmpl_id" invisible="1" required="False"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user