From cfb58ed80f9cfb2eef6c5065c9faa7b1fc55e7f3 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 27 Apr 2021 16:25:50 +0200 Subject: [PATCH] Add inherit of account.move.line filter view --- account_usability/views/account_move.xml | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/account_usability/views/account_move.xml b/account_usability/views/account_move.xml index 2fdfa3d..811aa1e 100644 --- a/account_usability/views/account_move.xml +++ b/account_usability/views/account_move.xml @@ -58,6 +58,36 @@ + + account_usability.account_move_line_search + account.move.line + + + + + + + + + + + + + + + + Unreconciled or Partially Reconciled + + + + ['|', ('parent_id', '=', False), ('is_company', '=', True)] + + + + {'default_move_type': 'entry', 'view_no_maturity': True}