销售订单行增加交期字段,销售订单列表默认值修改为供货方式待确认

This commit is contained in:
胡尧
2025-03-25 13:48:17 +08:00
parent 0aae15cbce
commit 0347eb48e4
3 changed files with 8 additions and 1 deletions

View File

@@ -136,6 +136,10 @@
<xpath expr="//field[@name='order_line']/tree/field[@name='product_uom']" position="attributes">
<attribute name="optional">hide</attribute>
</xpath>
<xpath expr="//field[@name='order_line']/tree/field[@name='remark']" position="before">
<field name="delivery_end_date" optional="hide"/>
</xpath>
<field name="user_id" position="attributes">
<attribute name="attrs">{'readonly': [('state', 'in', ['cancel','sale'])]}</attribute>
</field>