Skip to content

Commit

Permalink
[REF]
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed May 31, 2018
1 parent e1e4b79 commit 5f96f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_management_group/models/ir_model_access.py
Expand Up @@ -24,7 +24,7 @@ def check(
raise exceptions.AccessError(_(
"Sorry, you are not allowed to manage products."
"Only users with 'Products Management' level are currently"
"allowed to do that"))
" allowed to do that"))
else:
return False
return super(IrModelAccess, self).check(
Expand Down

0 comments on commit 5f96f2f

Please sign in to comment.