From 4ba7670c212cb6d943dc063d6b6f4a649ddfc731 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 Feb 2013 09:33:39 +0100 Subject: [PATCH] [ADD] multi-company support on account.statement.profile add xml security --- account_statement_ext/security/ir_rule.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 account_statement_ext/security/ir_rule.xml diff --git a/account_statement_ext/security/ir_rule.xml b/account_statement_ext/security/ir_rule.xml new file mode 100644 index 00000000..7ae2ab83 --- /dev/null +++ b/account_statement_ext/security/ir_rule.xml @@ -0,0 +1,10 @@ + + + + Bank statement profile multi-company + + + ['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])] + + + \ No newline at end of file