24 lines
752 B
XML
24 lines
752 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright 2026 Nexa Systems Inc.
|
|
License OPL-1 (Odoo Proprietary License v1.0)
|
|
Part of the Fusion Plating product family.
|
|
-->
|
|
<odoo>
|
|
|
|
<!--
|
|
This module reuses the core groups from fusion_plating:
|
|
|
|
fusion_plating.group_fusion_plating_operator
|
|
fusion_plating.group_fusion_plating_supervisor
|
|
fusion_plating.group_fusion_plating_manager
|
|
fusion_plating.group_fusion_plating_admin
|
|
|
|
No new res.groups records are introduced here. All access control
|
|
is expressed in security/ir.model.access.csv via those existing
|
|
groups so a single user role works across the core, the QMS and
|
|
the nuclear pack.
|
|
-->
|
|
|
|
</odoo>
|