Skip to content

Commit

Permalink
[IMP] stock_location_orderpoint_cleanup: Improve group name
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis committed May 23, 2024
1 parent e754b19 commit c44e686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_location_orderpoint_cleanup/security/security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<odoo noupdate="1">

<record model="res.groups" id="group_location_cleanup">
<field name="name">Location Orderpoint Cleanup Group</field>
<field name="name">Location Orderpoint Cleanup</field>
<field name="category_id" ref="base.module_category_inventory_inventory" />
</record>
<record model="res.groups" id="stock.group_stock_manager">
Expand Down

0 comments on commit c44e686

Please sign in to comment.