From a09ad3a5bf7bb76d47095260e634a02f17923bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Santib=C3=A1=C3=B1ez=20Polanco?= Date: Sat, 14 Sep 2024 14:10:37 -0300 Subject: [PATCH 1/2] [12.0][ADD]Missed default account_reconciliation_model This is needed for modules like account_accountant, without it , invoices will never get marked as paid, will stod in in_payment --- .../account/migrations/12.0.1.1/noupdate_changes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/addons/account/migrations/12.0.1.1/noupdate_changes.xml b/addons/account/migrations/12.0.1.1/noupdate_changes.xml index 3848cb49d47..6111688a8f5 100644 --- a/addons/account/migrations/12.0.1.1/noupdate_changes.xml +++ b/addons/account/migrations/12.0.1.1/noupdate_changes.xml @@ -110,4 +110,15 @@ True + + Invoices Matching Rule + 1 + invoice_matching + + both + + + + + From c7966de9aa34ce4197cbe20e1b88d70635161401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Santib=C3=A1=C3=B1ez=20Polanco?= Date: Mon, 22 Sep 2025 03:25:49 -0300 Subject: [PATCH 2/2] Added "manually added" tag --- addons/account/migrations/12.0.1.1/noupdate_changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/account/migrations/12.0.1.1/noupdate_changes.xml b/addons/account/migrations/12.0.1.1/noupdate_changes.xml index 6111688a8f5..6481372d672 100644 --- a/addons/account/migrations/12.0.1.1/noupdate_changes.xml +++ b/addons/account/migrations/12.0.1.1/noupdate_changes.xml @@ -110,6 +110,7 @@ True + Invoices Matching Rule 1