Add a security group an account.statement.operation.rule

This commit is contained in:
Guewen Baconnier
2014-12-03 13:20:11 +01:00
committed by Cyril Gaudin
parent b376806d59
commit 49f3ee9cab
2 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
'website': 'http://www.camptocamp.com',
'data': ['view/account_statement_operation_rule.xml',
'view/account_statement_operation_rule_view.xml',
'security/ir.model.access.csv',
],
'installable': True,
'auto_install': False,

View File

@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_account_statement_operation_rule,account.statement.operation.rule,model_account_statement_operation_rule,account.group_account_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_account_statement_operation_rule account.statement.operation.rule model_account_statement_operation_rule account.group_account_user 1 1 1 1