需求计划排序修改

This commit is contained in:
guanhuan
2025-06-17 14:58:27 +08:00
parent 33205c5d29
commit b426d5d505

View File

@@ -3,7 +3,7 @@
<field name="name">sf.production.demand.plan.tree</field>
<field name="model">sf.production.demand.plan</field>
<field name="arch" type="xml">
<tree string="需求计划" default_order="sequence desc,create_date desc" editable="bottom"
<tree string="需求计划" default_order="sequence desc,id desc" editable="bottom"
class="demand_plan_tree">
<header>
<button string="打印" name="button_action_print" type="object"