Skip to content

Commit

Permalink
[FIX] permissions on account.statement.profil: an accountant needs wr…
Browse files Browse the repository at this point in the history
…ite access on the model to be able to import a bank statement

  
  otherwise, the message.post call fails
  • Loading branch information
gurneyalex authored and guewen committed Mar 28, 2013
2 parents 1433b2a + 95b660a commit 1d62b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_statement_ext/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_account_bank_st_profile_user,account.statement.profile,model_account_statement_profile,account.group_account_user,1,0,0,0
access_account_bank_st_profile_user,account.statement.profile,model_account_statement_profile,account.group_account_user,1,1,0,0
access_account_bank_st_profile_manager,account.statement.profile,model_account_statement_profile,account.group_account_manager,1,1,1,1

0 comments on commit 1d62b6f

Please sign in to comment.