← Back to team overview

savoirfairelinux-openerp team mailing list archive

[Merge] lp:~savoirfairelinux-openerp/openerp-shared/7.0 into lp:openerp-shared

 

Maxime Chambreuil (http://www.savoirfairelinux.com) has proposed merging lp:~savoirfairelinux-openerp/openerp-shared/7.0 into lp:openerp-shared.

Requested reviews:
  Ray Carnes (rcarnes)

For more details, see:
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-shared/7.0/+merge/238441

[FIX] Missing access rights
-- 
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-shared/7.0/+merge/238441
Your team Savoir-faire Linux' OpenERP is subscribed to branch lp:~savoirfairelinux-openerp/openerp-shared/7.0.
=== modified file 'partner_aging/security/ir.model.access.csv'
--- partner_aging/security/ir.model.access.csv	2014-04-02 21:45:32 +0000
+++ partner_aging/security/ir.model.access.csv	2014-10-15 13:52:05 +0000
@@ -1,3 +1,6 @@
 id,active,perm_create,perm_unlink,group_id/id,name,model_id/id,perm_read,perm_write
 partner_aging_customer,TRUE,FALSE,FALSE,account.group_account_invoice,AR can READ,partner_aging.model_partner_aging_customer,TRUE,FALSE
 partner_aging_supplier,TRUE,FALSE,FALSE,account.group_account_invoice,AR can READ,partner_aging.model_partner_aging_supplier,TRUE,FALSE
+access_account_voucher_customer_unapplied_invoice,1,1,0,account.group_account_invoice,access_account_voucher_customer_unapplied_invoice,model_account_voucher_customer_unapplied,1,1
+access_account_voucher_customer_unapplied_user,1,1,0,account.group_account_user,access_account_voucher_customer_unapplied_user,model_account_voucher_customer_unapplied,1,1
+access_account_voucher_customer_unapplied_manager,1,1,1,account.group_account_manager,access_account_voucher_customer_unapplied_manager,model_account_voucher_customer_unapplied,1,1


Follow ups