From 6b4df48090897a1ec01fa1aa6adeb95b9e9cf236 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sun, 3 May 2026 23:51:28 -0400 Subject: [PATCH] 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. --- fusion_plating/fusion_plating_jobs/__manifest__.py | 2 +- .../fusion_plating_jobs/views/fp_workflow_state_views.xml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/fusion_plating/fusion_plating_jobs/__manifest__.py b/fusion_plating/fusion_plating_jobs/__manifest__.py index 7fc90c12..5661ed53 100644 --- a/fusion_plating/fusion_plating_jobs/__manifest__.py +++ b/fusion_plating/fusion_plating_jobs/__manifest__.py @@ -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.', diff --git a/fusion_plating/fusion_plating_jobs/views/fp_workflow_state_views.xml b/fusion_plating/fusion_plating_jobs/views/fp_workflow_state_views.xml index 67c4ba38..9ff218c2 100644 --- a/fusion_plating/fusion_plating_jobs/views/fp_workflow_state_views.xml +++ b/fusion_plating/fusion_plating_jobs/views/fp_workflow_state_views.xml @@ -100,10 +100,12 @@ + + sequence="50"/>