fix(jobs): move Workflow States menu under Configuration > Recipes & Steps

Earlier commit parented the new menu directly under menu_fp_config,
making it appear at the top alongside the 7 themed buckets instead
of inside one. Workflow milestones map directly to recipe-step
kinds, so 'Recipes & Steps' is the natural home.
This commit is contained in:
gsinghpal
2026-05-03 23:51:28 -04:00
parent 4e0b74d7ae
commit 6b4df48090
2 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
# License OPL-1 (Odoo Proprietary License v1.0)
{
'name': 'Fusion Plating — Native Jobs',
'version': '19.0.8.18.0',
'version': '19.0.8.18.1',
'category': 'Manufacturing/Plating',
'summary': 'Native plating job model — replaces mrp.production / mrp.workorder bridge.',
'author': 'Nexa Systems Inc.',

View File

@@ -100,10 +100,12 @@
</field>
</record>
<!-- Workflow milestones live under "Recipes & Steps" because each
state is triggered by a recipe-step kind / per-step override. -->
<menuitem id="menu_fp_workflow_state"
name="Workflow States"
parent="fusion_plating.menu_fp_config"
parent="fusion_plating.menu_fp_config_recipes_steps"
action="action_fp_workflow_state"
sequence="80"/>
sequence="50"/>
</odoo>