[BOT] post-merge updates

pull/815/head
OCA-git-bot 2025-03-07 16:37:49 +00:00
parent 1b38820d74
commit cd003ae021
4 changed files with 14 additions and 4 deletions

View File

@ -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

View File

@ -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
======================

View File

@ -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"],

View File

@ -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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-reconcile/tree/16.0/account_reconcile_oca"><img alt="OCA/account-reconcile" src="https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This addon allows to reconcile bank statements and account marked as <cite>reconcile</cite>.</p>
@ -401,6 +401,9 @@ Select reconcile on the journal of your choice.</p>
<p>Access <cite>Invoicing / Accounting / Actions / Reconcile</cite>
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.</p>
<p>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.</p>
<p>![Reconciliation model : full payment](../static/description/reconcile-model-full.png)</p>
<p>![Reconciliation model : partial payment](../static/description/reconcile-model-partial.png)</p>
</div>
</div>
<div class="section" id="known-issues-roadmap">