需求计划列表拖动

This commit is contained in:
guanhuan
2025-06-11 10:40:26 +08:00
parent 6867d7e4ce
commit 37c5c9d498

View File

@@ -3,7 +3,8 @@
<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="create_date desc" editable="bottom" class="demand_plan_tree">
<tree string="需求计划" default_order="sequence,create_date desc" editable="bottom"
class="demand_plan_tree">
<header>
<button string="打印" name="button_action_print" type="object"
class="btn-primary"/>