Ujjvala Collins (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-788156-uco into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #788156 in OpenERP Addons: "analytic journal items must be read only" https://bugs.launchpad.net/openobject-addons/+bug/788156 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-788156-uco/+merge/68332 [FIX] account: ------------------------- * Fixed access rights given on analytic journal items. -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-788156-uco/+merge/68332 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-788156-uco.
=== modified file 'account/security/ir.model.access.csv' --- account/security/ir.model.access.csv 2011-06-01 09:11:16 +0000 +++ account/security/ir.model.access.csv 2011-07-19 05:54:35 +0000 @@ -109,7 +109,7 @@ "access_account_invoice_tax_manager","account.invoice.tax manager","model_account_invoice_tax","account.group_account_manager",1,0,0,0 "access_account_invoice_tax_accountant","account.invoice.tax accountant","model_account_invoice_tax","account.group_account_user",1,0,0,0 "access_account_move_reconcile_manager","account.move.reconcile manager","model_account_move_reconcile","account.group_account_manager",1,0,0,0 -"access_account_analytic_line_invoice","account.analytic.line invoice","model_account_analytic_line","account.group_account_invoice",1,1,1,1 +"access_account_analytic_line_invoice","account.analytic.line invoice","model_account_analytic_line","account.group_account_invoice",1,0,0,0 "access_account_invoice_line_accountant","account.invoice.line accountant","model_account_invoice_line","account.group_account_user",1,0,0,0 "access_res_partner_address_accountant","res.partner.address accountant","base.model_res_partner_address","account.group_account_user",1,0,0,0 "access_account_invoice_line_manager","account.invoice.line manager","model_account_invoice_line","account.group_account_manager",1,0,0,0
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

