mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user