This commit is contained in:
gsinghpal
2026-05-25 20:11:03 -04:00
parent 67af54b46e
commit 5f372b462a
21 changed files with 444 additions and 833 deletions

View File

@@ -21,13 +21,13 @@
</record>
<!-- Phase 3 tablet redesign (2026-05-22) — the standalone Plant
Overview menu is superseded by Workstation > All Plant toggle.
The fp_menu.xml record was removed but the database row
persists (Odoo doesn't auto-delete orphan records). Force-
delete here so the menu disappears from the Shop Floor tree.
The action record (action_fp_plant_overview) is kept and
retargeted to fp_shopfloor_landing for bookmark back-compat. -->
<delete model="ir.ui.menu" id="fusion_plating_shopfloor.menu_fp_shopfloor_plant_overview"/>
Overview menu was superseded by the single Workstation entry.
The original <delete> directive lived here; it was retired
2026-05-25 because the menu row had been gone for weeks and the
re-run of `<delete model="ir.ui.menu" ref="...">` against a
missing xmlid raises ValueError on every -u. The action record
(action_fp_plant_overview) is kept and retargeted to
fp_plant_kanban for bookmark back-compat. -->
<!-- bridge_mrp Production Priorities reference removed post-Sub 11
(the bridge module is uninstalled and its menu xmlid no longer