完成 库存单据列表增加字段【需求数量】 需求

This commit is contained in:
yuxianghui
2025-02-12 11:29:46 +08:00
parent bc4806b303
commit 7a6538bcc1
2 changed files with 14 additions and 0 deletions

View File

@@ -156,6 +156,9 @@
<xpath expr="//header" position="inside">
<button name="batch_stock_move" type='object' string="批量调拨"/>
</xpath>
<xpath expr="//field[@name='location_dest_id']" position="after">
<field name="product_uom_qty_sp"/>
</xpath>
</field>
</record>