feat(configurator): blanket/block-partial flags + WO group + per-line missing indicator
Phase B partial landing (B1, B2, B3, B5): - B1/B2: x_fc_is_blanket_order and x_fc_block_partial_shipments on sale.order; matching booleans on the wizard header. - B3: x_fc_wo_group_tag Char on sale.order.line and wo_group_tag on wizard line. Free-text tag; bridge_mrp will batch lines sharing a tag into one MO in a follow-up. - B5: is_missing_info computed Boolean on fp.direct.order.line; tree uses decoration-warning to highlight incomplete rows in amber. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -89,6 +89,8 @@
|
||||
<field name="x_fc_planned_start_date"/>
|
||||
<field name="x_fc_internal_deadline"/>
|
||||
<field name="commitment_date" string="Customer Deadline"/>
|
||||
<field name="x_fc_is_blanket_order"/>
|
||||
<field name="x_fc_block_partial_shipments"/>
|
||||
</group>
|
||||
</group>
|
||||
</page>
|
||||
@@ -98,6 +100,7 @@
|
||||
<field name="x_fc_coating_config_id" optional="show"/>
|
||||
<field name="x_fc_treatment_ids" widget="many2many_tags" optional="hide"/>
|
||||
<field name="x_fc_part_deadline" optional="hide"/>
|
||||
<field name="x_fc_wo_group_tag" optional="hide"/>
|
||||
<field name="x_fc_rush_order" optional="hide"/>
|
||||
</xpath>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user