From ba4aeeed5bce97e53ed97e0b8ef83d38c877152d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 26 Nov 2024 14:24:39 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + hr_timesheet_analytic_tag/README.rst | 14 +++++++------- .../static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 327cfde3f9..bb98870005 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [account_analytic_tag](account_analytic_tag/) | 18.0.1.0.0 | | Account Analytic Tag +[hr_timesheet_analytic_tag](hr_timesheet_analytic_tag/) | 18.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Hr Timesheet Analytic Tag [//]: # (end addons) diff --git a/hr_timesheet_analytic_tag/README.rst b/hr_timesheet_analytic_tag/README.rst index f620c5a455..cf236b8b1b 100644 --- a/hr_timesheet_analytic_tag/README.rst +++ b/hr_timesheet_analytic_tag/README.rst @@ -7,7 +7,7 @@ Hr Timesheet Analytic Tag !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:618b0e3c7c18155dc29be473e79af28f27c2c9f7d99fbf8ecabf35c5f79ba7d2 + !! source digest: sha256:7996fff9657cc003f30aa102d992e7b00cd75e78f990b13a9047e2e209a1d693 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -58,15 +58,15 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Víctor Martínez - - Pedro M. Baeza + - Víctor Martínez + - Pedro M. Baeza -- `APSL-Nagarro `__: +- `APSL-Nagarro `__: - - Bernat Obrador - - Antoni Marroig + - Bernat Obrador + - Antoni Marroig Maintainers ----------- diff --git a/hr_timesheet_analytic_tag/static/description/index.html b/hr_timesheet_analytic_tag/static/description/index.html index cdb17b2767..a61b5e9027 100644 --- a/hr_timesheet_analytic_tag/static/description/index.html +++ b/hr_timesheet_analytic_tag/static/description/index.html @@ -367,7 +367,7 @@

Hr Timesheet Analytic Tag

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:618b0e3c7c18155dc29be473e79af28f27c2c9f7d99fbf8ecabf35c5f79ba7d2 +!! source digest: sha256:7996fff9657cc003f30aa102d992e7b00cd75e78f990b13a9047e2e209a1d693 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

The module restores the possibility of defining analytical tags in diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 73547dbbf5..09772cded1 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-account-analytic" -version = "18.0.20241121.0" +version = "18.0.20241126.0" dependencies = [ "odoo-addon-account_analytic_tag==18.0.*", + "odoo-addon-hr_timesheet_analytic_tag==18.0.*", ] classifiers=[ "Programming Language :: Python",