← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-727242-ara into lp:openobject-addons

 

Ashvin Rathod (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-727242-ara into lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  #727242 missing access rights for the group employee
  https://bugs.launchpad.net/bugs/727242

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-727242-ara/+merge/51872

Hello,

Fix the bug: missing access rights for the group employee
https://bugs.launchpad.net/openobject-addons/+bug/727242

Thanks,
ara
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-727242-ara/+merge/51872
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-727242-ara.
=== modified file 'account/security/ir.model.access.csv'
--- account/security/ir.model.access.csv	2011-01-14 00:11:01 +0000
+++ account/security/ir.model.access.csv	2011-03-02 10:18:02 +0000
@@ -63,6 +63,7 @@
 "access_account_fiscalyear_user","account.fiscalyear.user","model_account_fiscalyear","account.group_account_user",1,0,0,0
 "access_account_fiscalyear_invoice","account.fiscalyear.invoice","model_account_fiscalyear","account.group_account_invoice",1,0,0,0
 "access_account_fiscalyear_partner_manager","account.fiscalyear.partnermanager","model_account_fiscalyear","base.group_partner_manager",1,0,0,0
+"access_account_fiscalyear_employee","account.fiscalyear employee","model_account_fiscalyear","base.group_user",1,0,0,0
 "access_res_currency_account_manager","res.currency account manager","base.model_res_currency","group_account_manager",1,1,1,1
 "access_res_currency_rate_account_manager","res.currency.rate account manager","base.model_res_currency_rate","group_account_manager",1,1,1,1
 "access_account_invoice_user","account.invoice user","model_account_invoice","base.group_user",1,0,0,0


Follow ups