1、库存序列号的更新序列号功能按钮优化;2、销售单默认显示字段优化;

This commit is contained in:
yuxianghui
2025-02-25 10:28:51 +08:00
parent ee42b6ae70
commit 7ecb28382a
2 changed files with 5 additions and 14 deletions

View File

@@ -127,6 +127,9 @@
<xpath expr="//field[@name='order_line']/tree/field[@name='product_uom_qty']" position="replace">
<field name="product_uom_qty" string="数量" widget="merge_field" optional="show" />
</xpath>
<xpath expr="//field[@name='order_line']/tree/field[@name='product_uom'][2]" position="attributes">
<attribute name="optional">hide</attribute>
</xpath>
<xpath expr="//field[@name='order_line']/tree/field[@name='product_uom']" position="attributes">
<attribute name="optional">hide</attribute>
</xpath>