From cd003ae021afefd4a372a95b8a2a7674f85fd169 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 7 Mar 2025 16:37:49 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- account_reconcile_oca/README.rst | 9 ++++++++- account_reconcile_oca/__manifest__.py | 2 +- account_reconcile_oca/static/description/index.html | 5 ++++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40c50be9..7b207870 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ addon | version | maintainers | summary [account_move_so_import](account_move_so_import/) | 16.0.1.0.0 | | Journal Entry Sale Order completion [account_partner_reconcile](account_partner_reconcile/) | 16.0.1.0.0 | | Account Partner Reconcile [account_reconcile_analytic_tag](account_reconcile_analytic_tag/) | 16.0.1.2.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Analytic tags in account reconciliation -[account_reconcile_oca](account_reconcile_oca/) | 16.0.2.3.4 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Reconcile addons for Odoo CE accounting +[account_reconcile_oca](account_reconcile_oca/) | 16.0.2.3.5 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Reconcile addons for Odoo CE accounting [account_statement_base](account_statement_base/) | 16.0.1.14.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Bank Statements [base_transaction_id](base_transaction_id/) | 16.0.1.0.0 | | Base transaction ID for financial institutes diff --git a/account_reconcile_oca/README.rst b/account_reconcile_oca/README.rst index 19d51ef9..2c48e142 100644 --- a/account_reconcile_oca/README.rst +++ b/account_reconcile_oca/README.rst @@ -7,7 +7,7 @@ Account Reconcile Oca !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:dd093901e5963599cf6a1a9248607e91e49a44bbe739e2c1d3ddce1476341f0c + !! source digest: sha256:b9539cdae4b80e29893c64457e262722edccb353553e33d0c426dcc2ab7d3800 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -51,6 +51,13 @@ Access `Invoicing / Accounting / Actions / Reconcile` All the possible reconcile options will show and you will be able to reconcile properly. You can access the same widget from accounts and Partners. + +Note : in case this module is installed on a migrated database, the reconciliation models will not be set by default. So they need to be set manually. + +![Reconciliation model : full payment](../static/description/reconcile-model-full.png) + +![Reconciliation model : partial payment](../static/description/reconcile-model-partial.png) + Known issues / Roadmap ====================== diff --git a/account_reconcile_oca/__manifest__.py b/account_reconcile_oca/__manifest__.py index 5902f178..a884ee59 100644 --- a/account_reconcile_oca/__manifest__.py +++ b/account_reconcile_oca/__manifest__.py @@ -5,7 +5,7 @@ "name": "Account Reconcile Oca", "summary": """ Reconcile addons for Odoo CE accounting""", - "version": "16.0.2.3.4", + "version": "16.0.2.3.5", "license": "AGPL-3", "author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)", "maintainers": ["etobella"], diff --git a/account_reconcile_oca/static/description/index.html b/account_reconcile_oca/static/description/index.html index 23f736be..4a7bba37 100644 --- a/account_reconcile_oca/static/description/index.html +++ b/account_reconcile_oca/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:dd093901e5963599cf6a1a9248607e91e49a44bbe739e2c1d3ddce1476341f0c +!! source digest: sha256:b9539cdae4b80e29893c64457e262722edccb353553e33d0c426dcc2ab7d3800 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-reconcile Translate me on Weblate Try me on Runboat

This addon allows to reconcile bank statements and account marked as reconcile.

@@ -401,6 +401,9 @@ Select reconcile on the journal of your choice.

Access Invoicing / Accounting / Actions / Reconcile All the possible reconcile options will show and you will be able to reconcile properly. You can access the same widget from accounts and Partners.

+

Note : in case this module is installed on a migrated database, the reconciliation models will not be set by default. So they need to be set manually.

+

![Reconciliation model : full payment](../static/description/reconcile-model-full.png)

+

![Reconciliation model : partial payment](../static/description/reconcile-model-partial.png)