From 8de3e4485dd6d53010a393661e02530bcce0a339 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 2 Mar 2025 11:51:28 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_reconcile_oca/README.rst | 2 +- account_reconcile_oca/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 486130b4..c9a610d0 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [account_reconcile_model_oca](account_reconcile_model_oca/) | 18.0.1.0.0 | | This includes the logic moved from Odoo Community to Odoo Enterprise +[account_reconcile_oca](account_reconcile_oca/) | 18.0.1.0.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Reconcile addons for Odoo CE accounting [account_statement_base](account_statement_base/) | 18.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Bank Statements [//]: # (end addons) diff --git a/account_reconcile_oca/README.rst b/account_reconcile_oca/README.rst index 708e6d93..682f34c9 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:fa8f7f5af2e7a631cb39b699ebbc41f1bc6cca067be28665f5d4590c752f3054 + !! source digest: sha256:724ba0bf29e558813ec81c62b41fb300550d68da0570edf8e00e438ffc0ee5c9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_reconcile_oca/static/description/index.html b/account_reconcile_oca/static/description/index.html index 99b4a992..cf1c946a 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:fa8f7f5af2e7a631cb39b699ebbc41f1bc6cca067be28665f5d4590c752f3054 +!! source digest: sha256:724ba0bf29e558813ec81c62b41fb300550d68da0570edf8e00e438ffc0ee5c9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8bb2d9cf..f1014c92 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-account-reconcile" -version = "18.0.20250225.0" +version = "18.0.20250302.0" dependencies = [ "odoo-addon-account_reconcile_model_oca==18.0.*", + "odoo-addon-account_reconcile_oca==18.0.*", "odoo-addon-account_statement_base==18.0.*", ] classifiers=[