Phase A of permissions overhaul (see docs/superpowers/specs/2026-05-23-*). New groups (technician/sales_rep/shop_manager_v2/sales_manager/manager/ quality_manager/owner) defined in fp_security_v2.xml with implied_ids chains that include old groups for backward-compat during 30-day rollback window. Old groups display as [DEPRECATED] in user form. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
13 lines
797 B
XML
13 lines
797 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo noupdate="0">
|
|
<!-- Hidden group used to gate legacy MO/WO menus that have been
|
|
replaced by fp.job equivalents. Nobody is in this group by
|
|
default, so the legacy menus are invisible to all users. An
|
|
admin can manually add themselves via Settings > Users if
|
|
they need to access historical MO/WO data. -->
|
|
<record id="group_fusion_plating_legacy_menus" model="res.groups">
|
|
<field name="name">[DEPRECATED] Plating Legacy Menus</field>
|
|
<field name="comment">Internal group to hide legacy MO/WO menus that have been replaced by the native fp.job model. Add a user to this group only if they need to navigate historical mrp.production / mrp.workorder records directly.</field>
|
|
</record>
|
|
</odoo>
|