Merge lp:~camptocamp/banking-addons/bsr7-fix_perms into lp:banking-addons/bank-statement-reconcile-70

Proposed by Alexandre Fayolle - camptocamp
Status: Merged
Approved by: Guewen Baconnier @ Camptocamp
Approved revision: 89
Merged at revision: 89
Proposed branch: lp:~camptocamp/banking-addons/bsr7-fix_perms
Merge into: lp:banking-addons/bank-statement-reconcile-70
Diff against target: 8 lines (+1/-1)
1 file modified
account_statement_ext/security/ir.model.access.csv (+1/-1)
To merge this branch: bzr merge lp:~camptocamp/banking-addons/bsr7-fix_perms
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp code review, no test Approve
Review via email: mp+155815@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

I think its weird to need the write rights to be able to post a message...
But if that's designed this way...

review: Approve (code review, no test)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_statement_ext/security/ir.model.access.csv'
2--- account_statement_ext/security/ir.model.access.csv 2012-09-20 08:37:42 +0000
3+++ account_statement_ext/security/ir.model.access.csv 2013-03-27 17:45:14 +0000
4@@ -1,3 +1,3 @@
5 id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
6-access_account_bank_st_profile_user,account.statement.profile,model_account_statement_profile,account.group_account_user,1,0,0,0
7+access_account_bank_st_profile_user,account.statement.profile,model_account_statement_profile,account.group_account_user,1,1,0,0
8 access_account_bank_st_profile_manager,account.statement.profile,model_account_statement_profile,account.group_account_manager,1,1,1,1

Subscribers

People subscribed via source and target branches