From 9a9d10cb56fef5fdd44a73fdf17891e04ca0f0af Mon Sep 17 00:00:00 2001 From: Benoit Date: Fri, 28 Sep 2018 17:46:22 +0200 Subject: [PATCH] [IMP] add domain on partner_id field in account_move and account_move_line search views --- account_usability/account_view.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/account_usability/account_view.xml b/account_usability/account_view.xml index 53548c0..af6bf9c 100644 --- a/account_usability/account_view.xml +++ b/account_usability/account_view.xml @@ -316,6 +316,9 @@ module --> Name or Reference + + ['|', ('parent_id', '=', False), ('is_company', '=', True)] + @@ -349,6 +352,17 @@ module --> + + account_usability.account_move_search + account.move + + + + ['|', ('parent_id', '=', False), ('is_company', '=', True)] + + + + account.account.search account.account