Merge lp:~savoirfairelinux/openerp-shared/customer_unapplied_security into lp:openerp-shared

Status: Needs review
Proposed branch: lp:~savoirfairelinux/openerp-shared/customer_unapplied_security
Merge into: lp:openerp-shared
Diff against target: 8 lines (+1/-0)
1 file modified
partner_aging/security/ir.model.access.csv (+1/-0)
To merge this branch: bzr merge lp:~savoirfairelinux/openerp-shared/customer_unapplied_security
Reviewer Review Type Date Requested Status
Maxime Chambreuil (http://www.savoirfairelinux.com) (community) Approve
Ray Carnes Pending
Review via email: mp+237441@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sandy Carter (http://www.savoirfairelinux.com) (sandy-carter) wrote :

Fixes Warning:

2014-10-07 14:16:40,542 23484 WARNING openerp_test openerp.modules.loading: The model account.voucher.customer.unapplied has no access rules, consider adding one. E.g. access_account_voucher_customer_unapplied,access_account_voucher_customer_unapplied,model_account_voucher_customer_unapplied,,1,1,1,1

Revision history for this message
Maxime Chambreuil (http://www.savoirfairelinux.com) (max3903) :
review: Approve

Unmerged revisions

43. By Sandy Carter (http://www.savoirfairelinux.com)

Add access rules to account.voucher.customer.unapplied

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'partner_aging/security/ir.model.access.csv'
2--- partner_aging/security/ir.model.access.csv 2014-04-02 21:45:32 +0000
3+++ partner_aging/security/ir.model.access.csv 2014-10-07 15:00:27 +0000
4@@ -1,3 +1,4 @@
5 id,active,perm_create,perm_unlink,group_id/id,name,model_id/id,perm_read,perm_write
6 partner_aging_customer,TRUE,FALSE,FALSE,account.group_account_invoice,AR can READ,partner_aging.model_partner_aging_customer,TRUE,FALSE
7 partner_aging_supplier,TRUE,FALSE,FALSE,account.group_account_invoice,AR can READ,partner_aging.model_partner_aging_supplier,TRUE,FALSE
8+access_account_voucher_customer_unapplied,TRUE,TRUE,TRUE,base.group_no_one,access_account_voucher_customer_unapplied,model_account_voucher_customer_unapplied,TRUE,TRUE

Subscribers

People subscribed via source and target branches