需求计划

This commit is contained in:
guanhuan
2025-05-22 17:40:56 +08:00
parent 50f8bf5ab1
commit e46e6dfc2a
3 changed files with 51 additions and 6 deletions

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="create_date desc" class="demand_plan_tree">
<tree string="需求计划" default_order="create_date desc" editable="bottom" class="demand_plan_tree">
<field name="sequence" widget="handle"/>
<field name="priority"/>
<field name="status"/>
@@ -24,7 +24,7 @@
<field name="model_long"/>
<field name="materials_id"/>
<field name="model_machining_precision"/>
<field name="model_process_parameters_ids"/>
<field name="model_process_parameters_ids" widget="many2many_tags"/>
<field name="product_remark" optional="hide"/>
<field name="order_code" optional="hide"/>
<field name="sale_order_id" optional="hide"/>