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:
@@ -3,7 +3,7 @@
|
|||||||
# License OPL-1 (Odoo Proprietary License v1.0)
|
# License OPL-1 (Odoo Proprietary License v1.0)
|
||||||
{
|
{
|
||||||
'name': 'Fusion Plating — Native Jobs',
|
'name': 'Fusion Plating — Native Jobs',
|
||||||
'version': '19.0.8.18.0',
|
'version': '19.0.8.18.1',
|
||||||
'category': 'Manufacturing/Plating',
|
'category': 'Manufacturing/Plating',
|
||||||
'summary': 'Native plating job model — replaces mrp.production / mrp.workorder bridge.',
|
'summary': 'Native plating job model — replaces mrp.production / mrp.workorder bridge.',
|
||||||
'author': 'Nexa Systems Inc.',
|
'author': 'Nexa Systems Inc.',
|
||||||
|
|||||||
@@ -100,10 +100,12 @@
|
|||||||
</field>
|
</field>
|
||||||
</record>
|
</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"
|
<menuitem id="menu_fp_workflow_state"
|
||||||
name="Workflow States"
|
name="Workflow States"
|
||||||
parent="fusion_plating.menu_fp_config"
|
parent="fusion_plating.menu_fp_config_recipes_steps"
|
||||||
action="action_fp_workflow_state"
|
action="action_fp_workflow_state"
|
||||||
sequence="80"/>
|
sequence="50"/>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user