Skip to content

Commit

Permalink
[FIX] portal_sale_distributor: add access to some models.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr committed Feb 5, 2021
1 parent ac9037f commit 951d299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion portal_sale_distributor/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Portal Distributor Sale',
'version': '13.0.1.0.0',
'version': '13.0.1.1.0',
'category': 'Tools',
'complexity': 'easy',
'author': 'ADHOC SA, Odoo Community Association (OCA)',
Expand Down
2 changes: 2 additions & 0 deletions portal_sale_distributor/security/ir.model.access.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@
"access_product_attribute_custom_value_portal_distributor","product_attribute_custom_value.distributor","sale.model_product_attribute_custom_value","group_portal_distributor",1,0,0,0
"access_mail_activity","mail_activity-.portal","mail.model_mail_activity","group_portal_distributor",1,0,0,0
"access_product_template_attribute_line","product_template_attribute_line.portal","product.model_product_template_attribute_line","group_portal_distributor",1,0,0,0
"access_stock_putaway_rule","stock_putaway_rule.portal","stock.model_stock_putaway_rule","group_portal_distributor",1,0,0,0
"access_account_tax_repartition_line","account_tax_repartition_line.portal","account.model_account_tax_repartition_line","group_portal_distributor",1,0,0,0

0 comments on commit 951d299

Please sign in to comment.