From 2c4cb1bcee87b0375104518505728ef7413ffefb Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Fri, 3 Mar 2023 23:07:35 +0100 Subject: [PATCH] [IMP] account_reconcile_oca: Finish creation of module * refactoring JS in order to add logic * Improve views * Minor fixes in Odoo code in order to fix all possible options --- .../views/account_bank_statement_line.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/account_statement_base/views/account_bank_statement_line.xml b/account_statement_base/views/account_bank_statement_line.xml index 29ac54cd..f561583b 100644 --- a/account_statement_base/views/account_bank_statement_line.xml +++ b/account_statement_base/views/account_bank_statement_line.xml @@ -117,6 +117,12 @@ domain="[('is_reconciled', '=', False)]" /> + +