docs(plans): fix Express menu parent xmlid (menu_fp_sales not menu_fp_sales_quoting)
This commit is contained in:
@@ -2317,7 +2317,7 @@ This is the big view file. Single task, but the body is substantial. The view ex
|
||||
|
||||
<menuitem id="menu_fp_express_order"
|
||||
name="+ New Express Order"
|
||||
parent="fusion_plating_configurator.menu_fp_sales_quoting"
|
||||
parent="fusion_plating_configurator.menu_fp_sales"
|
||||
action="action_fp_express_order"
|
||||
sequence="2"/>
|
||||
|
||||
@@ -2370,7 +2370,7 @@ Add to `__manifest__.py` `data` (after the quick-create view registered in Task
|
||||
'views/fp_express_order_views.xml',
|
||||
```
|
||||
|
||||
Confirm the menu parent `fusion_plating_configurator.menu_fp_sales_quoting` exists by greping. If the menu xmlid is different, adjust to match the existing parent.
|
||||
Confirm the menu parent `fusion_plating_configurator.menu_fp_sales` exists by greping. If the menu xmlid is different, adjust to match the existing parent.
|
||||
|
||||
- [ ] **Step 4: Verify view loads + menu appears**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user