Merge pull request #5910 from expsa/cat

cat
This commit is contained in:
esam-sermah 2025-12-31 16:04:20 +03:00 committed by GitHub
commit b58d9c8997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
<record id="group_sale_subscription_view" model="res.groups">
<field name="name">See Subscriptions</field>
<field name="category_id" ref="base.module_category_subscription_management"/>
<field name="category_id" ref="odex25_sale_subscription.module_category_subscription_management"/>
<field name="comment">The user will have read access to subscriptions.</field>
</record>
<record id="group_sale_subscription_manager" model="res.groups">
<field name="name">Administrator</field>
<field name="category_id" ref="base.module_category_subscription_management"/>
<field name="category_id" ref="odex25_sale_subscription.module_category_subscription_management"/>
<field name="comment">The user will have write access to Subscriptions.</field>
<field name="implied_ids" eval="[(4, ref('odex25_sale_subscription.group_sale_subscription_view'))]"/>
<field name="users" eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"/>