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>
8 lines
195 B
Python
8 lines
195 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 models
|
|
from . import wizard
|