1、优化货位
This commit is contained in:
@@ -170,8 +170,10 @@
|
||||
<field name="shelf_id" readonly="1"/>
|
||||
<field name="location_id" readonly="1"/>
|
||||
<field name="product_id"/>
|
||||
<field name="product_sn_id" options="{'no_create': True}"/>
|
||||
<field name="product_sn_ids" readonly="1">
|
||||
<field name="product_sn_id" options="{'no_create': True}"
|
||||
attrs="{'invisible': [('product_sn_ids', '!=', [])]}"/>
|
||||
<field name="product_sn_ids" readonly="1"
|
||||
attrs="{'invisible': [('product_sn_ids', '=', [])]}">
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
<field name="product_qty"/>
|
||||
|
||||
Reference in New Issue
Block a user