Files
Odoo-Modules/fusion_plating/fusion_plating_jobs/views/legacy_menu_hide.xml
gsinghpal 5f372b462a changes
2026-05-25 20:11:03 -04:00

36 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo noupdate="0">
<!-- After the shopfloor consolidation (2026-04-24) the shopfloor
operator UIs are the canonical native fp.job / fp.job.step
consoles. Only bridge_mrp's Production Priorities menu (still
bound to mrp.workorder) remains legacy.
The group_fusion_plating_legacy_menus group is preserved so a
site that needs to bring legacy menus back can simply add a
user to the group. -->
<!-- Reset group_ids on the shopfloor menus that used to be
hidden — they are now the canonical UIs and should be visible
to all users (subject to the original groups= attribute on
each menuitem in fusion_plating_shopfloor/views/fp_menu.xml). -->
<record id="fusion_plating_shopfloor.menu_fp_shopfloor_manager" model="ir.ui.menu">
<field name="group_ids" eval="[(6, 0, [ref('fusion_plating.group_fusion_plating_manager')])]"/>
</record>
<record id="fusion_plating_shopfloor.menu_fp_shopfloor_tablet" model="ir.ui.menu">
<field name="group_ids" eval="[(6, 0, [])]"/>
</record>
<!-- Phase 3 tablet redesign (2026-05-22) — the standalone Plant
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
resolves). fp.job has its own priority field on the header. -->
</odoo>