From 525ed6a61db1edafd7bb834f805e87de3ffb81c1 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Tue, 26 May 2026 20:05:02 -0400 Subject: [PATCH] docs(plans): fix Express menu parent xmlid (menu_fp_sales not menu_fp_sales_quoting) --- .../docs/superpowers/plans/2026-05-26-express-orders-plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fusion_plating/docs/superpowers/plans/2026-05-26-express-orders-plan.md b/fusion_plating/docs/superpowers/plans/2026-05-26-express-orders-plan.md index 1cbe903d..68bf4a05 100644 --- a/fusion_plating/docs/superpowers/plans/2026-05-26-express-orders-plan.md +++ b/fusion_plating/docs/superpowers/plans/2026-05-26-express-orders-plan.md @@ -2317,7 +2317,7 @@ This is the big view file. Single task, but the body is substantial. The view ex @@ -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**