[IMP]account_usability_misc and account_usability_point_of_sale: create a technical group with deleting rights on account bank statement and account ban statement line and remove same rights in pos groups

This commit is contained in:
2025-02-26 14:42:23 +01:00
committed by Stéphan Sainléger
parent c2b0c827a3
commit ec22b72ebb
7 changed files with 84 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="group_account_super_user" model="res.groups">
<field name="name">Right to delete bank statement and bank statement lines
</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
</odoo>