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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user