From 6ecf696a7d25f2c3c9c3ec59919ca0f448dd229f Mon Sep 17 00:00:00 2001 From: lfreeke Date: Thu, 8 Aug 2024 19:39:25 +0200 Subject: [PATCH] [16.0] [IMP] account_mass_reconcile: add _filter in view Make _filter visbible in view for the user --- account_mass_reconcile/__manifest__.py | 2 +- account_mass_reconcile/views/mass_reconcile.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/account_mass_reconcile/__manifest__.py b/account_mass_reconcile/__manifest__.py index b045023552..9e0a05cf47 100644 --- a/account_mass_reconcile/__manifest__.py +++ b/account_mass_reconcile/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Mass Reconcile", - "version": "16.0.1.1.1", + "version": "16.0.1.2.1", "depends": ["account"], "author": "Akretion,Camptocamp,Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-reconcile", diff --git a/account_mass_reconcile/views/mass_reconcile.xml b/account_mass_reconcile/views/mass_reconcile.xml index 3067197ceb..4b39d509b8 100644 --- a/account_mass_reconcile/views/mass_reconcile.xml +++ b/account_mass_reconcile/views/mass_reconcile.xml @@ -175,6 +175,7 @@ The lines should have the same partner, and the credit entry ref. is matched wit /> +