Links recipes to manufacturing orders via x_fc_recipe_id on mrp.production. New model fusion.plating.job.node.override stores per-job opt-in/out decisions for optional recipe steps. Config wizard (fp.recipe.config.wizard) shows all optional nodes as a checklist — opt-in steps default unchecked, opt-out steps default checked. Planner toggles and confirms. "Overrides" stat button on MO form opens wizard. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
437 B
Python
16 lines
437 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2026 Nexa Systems Inc.
|
|
# License OPL-1 (Odoo Proprietary License v1.0)
|
|
# Part of the Fusion Plating product family.
|
|
|
|
from . import mrp_workcenter
|
|
from . import mrp_workorder
|
|
from . import mrp_production
|
|
from . import fp_work_center
|
|
from . import fp_portal_job
|
|
from . import fp_quality_hold
|
|
from . import fp_delivery
|
|
from . import fp_batch
|
|
from . import fp_job_node_override
|
|
from . import account_move
|