[IMP] account_advanced_protection_features: remove group group_account_super_user and create group_account_protection_manager which gives access to protection features

This commit is contained in:
2025-08-22 10:25:31 +02:00
parent 0785c49c96
commit 581589afc8
7 changed files with 29 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="group_account_protection_manager" model="res.groups">
<field name="name">Access to account advanced protection features</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
</odoo>