[ADD] account_restrict_journal

This commit is contained in:
2025-10-30 16:37:51 +01:00
parent c5429e3840
commit 63f12238da
14 changed files with 391 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- New user group created for journal restriction-->
<record id="user_allowed_journal" model="res.groups">
<field name="name">Restrict Journals</field>
<field name="category_id" ref="base.module_category_usability"/>
</record>
</odoo>