1、新增货位批次数量模型,用来存储货位产品的批次及其数量;完成该模型根据货位产品的出入库记录自动新增或减少货位产品批次的数量。

This commit is contained in:
yuxianghui
2024-06-03 14:14:04 +08:00
parent 7d6fb4f0e3
commit a7102c81d4
4 changed files with 131 additions and 6 deletions

View File

@@ -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"/>