From 9b186028c39f1240cdbdb566c93d7c5f97b7274f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Thu, 25 Aug 2022 17:56:22 +0200 Subject: [PATCH] account_usability: aml search on move_id first, then on name/ref --- account_usability/views/account_move.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/account_usability/views/account_move.xml b/account_usability/views/account_move.xml index b2455da..70954ef 100644 --- a/account_usability/views/account_move.xml +++ b/account_usability/views/account_move.xml @@ -117,6 +117,9 @@ Label, Reference, Account or Partner + + + ['|', ('parent_id', '=', False), ('is_company', '=', True)]