1、新增货位批次数量模型,用来存储货位产品的批次及其数量;完成该模型根据货位产品的出入库记录自动新增或减少货位产品批次的数量。
This commit is contained in:
@@ -175,8 +175,8 @@
|
||||
<field name="product_sn_ids" readonly="1"
|
||||
attrs="{'invisible': [('product_sn_ids', '=', [])]}">
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
<field name="product_qty"/>
|
||||
<field name="lot_id"/>
|
||||
<field name="qty"/>
|
||||
</tree>
|
||||
</field>
|
||||
<field name="product_num" readonly="1"/>
|
||||
|
||||
Reference in New Issue
Block a user