[IMP] account, financial reports: access rights
authorQuentin (OpenERP) <qdp-launchpad@openerp.com>
Mon, 19 Sep 2011 13:09:58 +0000 (15:09 +0200)
committerQuentin (OpenERP) <qdp-launchpad@openerp.com>
Mon, 19 Sep 2011 13:09:58 +0000 (15:09 +0200)
bzr revid: qdp-launchpad@openerp.com-20110919130958-ejzebzioher2g53p

1  2 
addons/account/security/ir.model.access.csv

  "access_account_sequence_fiscal_year_sale_user","account.sequence.fiscalyear.sale.user","model_account_sequence_fiscalyear","base.group_sale_salesman",1,1,1,0
  "access_account_sequence_fiscal_year_sale_manager","account.sequence.fiscalyear.sale.manager","model_account_sequence_fiscalyear","base.group_sale_manager",1,1,1,1
  "access_account_treasury_report_manager","account.treasury.report.manager","model_account_treasury_report","account.group_account_manager",1,0,0,0
 -"access_account_financial_report","account.financial.report","model_account_financial_report","account.group_account_user",1,0,0,0
 -"access_account_financial_report_invoice","account.financial.report invoice","model_account_financial_report","account.group_account_invoice",1,1,1,1
++"access_account_financial_report","account.financial.report","model_account_financial_report","account.group_account_user",1,1,1,1
++"access_account_financial_report_invoice","account.financial.report invoice","model_account_financial_report","account.group_account_invoice",1,0,0,0
+ "access_account_financial_report_manager","account.financial.report","model_account_financial_report","account.group_account_manager",1,1,1,1