From 437e40b0f05117ded96e00455debf31ea9d95366 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 29 Dec 2023 15:29:22 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_usability/README.rst | 2 +- account_usability/static/description/index.html | 3 +-- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ef0c31ed..b32640c92 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_move_print](account_move_print/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds the option to print Journal Entries [account_move_template](account_move_template/) | 17.0.1.0.0 | | Templates for recurring Journal Entries +[account_usability](account_usability/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Adds missing menu entries for Account module and adds the option to enable Saxon Accounting [//]: # (end addons) diff --git a/account_usability/README.rst b/account_usability/README.rst index 76da1d41b..25118444d 100644 --- a/account_usability/README.rst +++ b/account_usability/README.rst @@ -7,7 +7,7 @@ Account - Missing Menus & Saxon Accounting !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:59d934aa9bb1a841afa83571c910c64dccf68099996202c99cc0fddb9ff9fb8f + !! source digest: sha256:f9c1552ca7a62baeb73c314e2f419f89e9d92d098705d9b675f90bb47aa429e7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_usability/static/description/index.html b/account_usability/static/description/index.html index 7029c8df4..c741af4aa 100644 --- a/account_usability/static/description/index.html +++ b/account_usability/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:59d934aa9bb1a841afa83571c910c64dccf68099996202c99cc0fddb9ff9fb8f +!! source digest: sha256:f9c1552ca7a62baeb73c314e2f419f89e9d92d098705d9b675f90bb47aa429e7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the Odoo CE account module to add all the missing or diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index a23c7cfd6..c9fe614f0 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-account-financial-tools" -version = "17.0.20231207.0" +version = "17.0.20231229.0" dependencies = [ "odoo-addon-account_move_print>=17.0dev,<17.1dev", "odoo-addon-account_move_template>=17.0dev,<17.1dev", + "odoo-addon-account_usability>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",