From 03684a50922bfeb084e72ce2abbc71590b58dc4a Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 5 Jul 2016 15:37:05 +0200 Subject: [PATCH] Move the account_payment_mode ir.rule in account_payment_mode module --- account_payment_order/security/payment_security.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/account_payment_order/security/payment_security.xml b/account_payment_order/security/payment_security.xml index cb5ce34f2..54c749ef8 100644 --- a/account_payment_order/security/payment_security.xml +++ b/account_payment_order/security/payment_security.xml @@ -14,13 +14,6 @@ - - - Payment mode multi-company rule - - ['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])] - -