From 54244600598b47dd53991ad3914a009389b27677 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 6 Sep 2024 14:18:56 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + hr_announcement/README.rst | 2 +- hr_announcement/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 31d6c7ce7cb..d61c6b1aa85 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[hr_announcement](hr_announcement/) | 17.0.1.0.0 | | Announcement [hr_course](hr_course/) | 17.0.1.0.0 | | This module allows your to manage employee's training courses [hr_department_code](hr_department_code/) | 17.0.1.0.0 | | HR department code [hr_employee_calendar_planning](hr_employee_calendar_planning/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Employee Calendar Planning diff --git a/hr_announcement/README.rst b/hr_announcement/README.rst index 935cae3bc9a..3c7248df075 100644 --- a/hr_announcement/README.rst +++ b/hr_announcement/README.rst @@ -7,7 +7,7 @@ Announcement !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8fec4b53632a2c2bb435e628f8abf14db663dfd8e0ca1b598db7137f5c576cf1 + !! source digest: sha256:9039171d476e33c87abb633b1edfd08292463842622a23e310c8e0e371a7730a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_announcement/static/description/index.html b/hr_announcement/static/description/index.html index 82748633217..685701ec052 100644 --- a/hr_announcement/static/description/index.html +++ b/hr_announcement/static/description/index.html @@ -367,7 +367,7 @@

Announcement

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8fec4b53632a2c2bb435e628f8abf14db663dfd8e0ca1b598db7137f5c576cf1 +!! source digest: sha256:9039171d476e33c87abb633b1edfd08292463842622a23e310c8e0e371a7730a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

The hr_announcement module extends the announcement module by adding 3 diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 5890fe38f95..7b0efa2da0d 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-hr" -version = "17.0.20240906.0" +version = "17.0.20240906.1" dependencies = [ + "odoo-addon-hr_announcement>=17.0dev,<17.1dev", "odoo-addon-hr_course>=17.0dev,<17.1dev", "odoo-addon-hr_department_code>=17.0dev,<17.1dev", "odoo-addon-hr_employee_calendar_planning>=17.0dev,<17.1dev",