Skip to content

Commit

Permalink
[REM] all dependencies from sale
Browse files Browse the repository at this point in the history
  • Loading branch information
tafaRU authored and eLBati committed Mar 20, 2020
1 parent fffb575 commit d2b58eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion l10n_it_ateco/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"author": "Abstract",
"website": "http://abstract.it",
"depends": [
"sale"
"base"
],
"data": [
"security/ir.model.access.csv",
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_ateco/security/ir.model.access.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_ateco_category_user,ateco_category_user,model_ateco_category,base.group_user,1,0,0,0
access_ateco_category_sale_manager,ateco_category_sale_manager,model_ateco_category,base.group_sale_manager,1,1,1,1
access_ateco_category_partner_manager,ateco_category_partner_manager,model_ateco_category,base.group_partner_manager,1,1,1,1
2 changes: 1 addition & 1 deletion l10n_it_ateco/view/ateco_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
action="action_ateco_category_search"
id="menu_ateco_category_form"
parent="base.menu_base_config"
groups="base.group_sale_manager" />
groups="base.group_partner_manager" />

</data>
</openerp>

0 comments on commit d2b58eb

Please sign in to comment.