Skip to content

Commit bb0ee02

Browse files
benwilligdsolanki-initos
authored andcommitted
[FIX] group category to module_category_operations_purchase
1 parent 5bcef03 commit bb0ee02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purchase_fop_shipping/security/res_groups.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<odoo>
33
<record id="group_fop_shipping_purchase_manager" model="res.groups">
44
<field name="name">FOP shipping Manager</field>
5-
<field name="category_id" ref="base.module_category_purchase_management" />
5+
<field name="category_id" ref="base.module_category_operations_purchase" />
66
<field name="implied_ids" eval="[(4, ref('purchase.group_purchase_user'))]" />
77
<field name="users" eval="[(4, ref('base.user_root'))]" />
88
</record>

0 commit comments

Comments
 (0)