销售订单,制造订单视图中加入模型id

This commit is contained in:
胡尧
2025-04-24 14:13:10 +08:00
parent 59aa6b4f10
commit d16d47dfbe
7 changed files with 27 additions and 12 deletions

View File

@@ -107,6 +107,7 @@
<field name="glb_url" widget="Viewer3D" optional="show"
string="模型文件" readonly="1" attrs="{'column_invisible': [('parent.model_display_version', '!=', 'v2')], 'isInList': True}"/>
<field name="part_name" optional="show"/>
<field name="model_id" optional="hide"/>
</xpath>
<xpath expr="//field[@name='order_line']/tree/field[@name='price_subtotal']" position="after">
<field name="remark"/>