Skip to content

Commit

Permalink
[ADD] sipreco_purchase: Add acl to purchase group for ABM products ca…
Browse files Browse the repository at this point in the history
…tegories (#316)
  • Loading branch information
nicomacr authored and jjscarafia committed Jul 23, 2019
1 parent 5044b68 commit c0d0f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sipreco_purchase/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'name': 'Sipreco Purchase Management',
'version': '11.0.1.11.0',
'version': '11.0.1.12.0',
'license': 'AGPL-3',
'author': 'ADHOC SA,Odoo Community Association (OCA)',
'website': 'www.adhoc.com.ar',
Expand Down
1 change: 1 addition & 0 deletions sipreco_purchase/security/ir.model.access.csv
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ access_procurement_group_portal,public_budget_procurement_group_portal,stock.mod
access_stock_picking_type_portal,public_budget_stock_picking_type.portal,stock.model_stock_picking_type,group_portal_requester,1,0,0,0
purchase.access_purchase_order_stock_worker,purchase.order,model_purchase_order,stock.group_stock_user,1,1,1,1
purchase.access_purchase_order_line_stock_worker,purchase.order.line,purchase.model_purchase_order_line,stock.group_stock_user,1,1,1,1
access_product_category_purchase,public_budget_product_category.comprador,product.model_product_category,purchase.group_purchase_user,1,1,1,1

0 comments on commit c0d0f12

Please sign in to comment.