From 99d023f9f4eb4ba5489fe20253ae44971a3d9e00 Mon Sep 17 00:00:00 2001 From: Humberto Arocha Date: Wed, 14 Aug 2013 15:43:22 -0700 Subject: [PATCH] [IMP][account_financial_report] New Rules to AFR module in multicompany environment a user should only see his/her own company reports --- account_financial_report/security/security.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/account_financial_report/security/security.xml b/account_financial_report/security/security.xml index 5638fa86..75b90ae8 100644 --- a/account_financial_report/security/security.xml +++ b/account_financial_report/security/security.xml @@ -5,5 +5,16 @@ Account Financial Report + + See AFR Reports of My Own Company + + + + + + + [('company_id','=',user.company_id.id)] + +