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