1、优化销售订单列表页、详情页字段显示;2、优化新增采购订单列表页、详情页字段显示;

This commit is contained in:
yuxianghui
2024-12-18 16:39:54 +08:00
parent 202fafac84
commit 15eb36a5bc
3 changed files with 24 additions and 1 deletions

View File

@@ -169,9 +169,10 @@
<field name="manual_quotation" />
<field name="is_incoming_material"/>
</xpath>
<xpath expr="//field[@name='date_order']" position="attributes">
<xpath expr="//sheet//group//group[@name='order_details']//div[@class='o_td_label'][2]//label[@for='date_order']" position="attributes">
<attribute name="string">下单日期</attribute>
</xpath>
</field>
</record>
@@ -287,6 +288,9 @@
<field name="amount_total" position="after">
<field name="delivery_warning" invisible="1"/>
</field>
<field name="date_order" position="attributes">
<attribute name="string">下单日期</attribute>
</field>
<xpath expr="//field[@name='date_order']" position="after">
<field name="order_code"/>
<field name="deadline_of_delivery"/>