[FIX] permissions on account.statement.profil: an accountant needs write access on the model to be able to import a bank statement

otherwise, the message.post call fails
This commit is contained in:
Alexandre Fayolle
2013-03-28 13:31:54 +01:00
committed by Guewen Baconnier

View File

@@ -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
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_account_bank_st_profile_user account.statement.profile model_account_statement_profile account.group_account_user 1 0 1 0 0
3 access_account_bank_st_profile_manager account.statement.profile model_account_statement_profile account.group_account_manager 1 1 1 1