销售订单价格问题处理

This commit is contained in:
liaodanlong
2024-08-30 16:30:34 +08:00
parent c5bb9a32d0
commit 3624ef4755
3 changed files with 93 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<field name="date_planned_start" string="计划开始日期" optional="show"/>
</xpath>
<xpath expr="//field[@name='date_planned_start']" position="before">
<field name="reserved_duration" string="计划预留时间" optional="show"/>
<field name="reserved_duration" string="计划预留时间" optional="hide"/>
</xpath>
<xpath expr="//field[@name='date_planned_finished']" position="replace">
<field name="date_planned_finished" string="计划结束日期" optional="hide"/>