[FIX] account_payment_order: Change security group category

Before this change, the group was creating a new section in each user's settings called "Other" with a field called "Other Extra Rights" that could select "Accounting / Payments" as an option
This places it in the correct location

TT29182
This commit is contained in:
João Marques
2021-05-17 08:51:23 +01:00
parent ee29826710
commit a5b65631e3

View File

@@ -7,7 +7,7 @@
name="users"
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
<field name="category_id" ref="base.module_category_extra" />
<field name="category_id" ref="base.module_category_usability" />
</record>
</data>
<data noupdate="1">