From 6e46127c092711981b3744ce425ef16bcefaf063 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 17 Sep 2024 17:30:22 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + hr_holidays_natural_period/README.rst | 2 +- hr_holidays_natural_period/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 7aac45bf..b5376c5e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[hr_holidays_natural_period](hr_holidays_natural_period/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Apply natural days in holidays [hr_holidays_public](hr_holidays_public/) | 17.0.1.0.2 | | Manage Public Holidays [hr_holidays_public_city](hr_holidays_public_city/) | 17.0.1.0.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | HR Holidays Public City [hr_leave_custom_hour_interval](hr_leave_custom_hour_interval/) | 17.0.1.0.0 | | Edit start and end of leaves using time intervals diff --git a/hr_holidays_natural_period/README.rst b/hr_holidays_natural_period/README.rst index a5e6135f..6666f82b 100644 --- a/hr_holidays_natural_period/README.rst +++ b/hr_holidays_natural_period/README.rst @@ -7,7 +7,7 @@ Holidays natural period !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:78da5aea18b0817984f207d9021d5623f8a1fe9d26a6160c4219a54b9f878df5 + !! source digest: sha256:b294238e86b30d7f0ff5c444ed6091fee1b9cb89b49b5b5e800773dde7b9de68 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_holidays_natural_period/static/description/index.html b/hr_holidays_natural_period/static/description/index.html index 61d0ed7d..f683f509 100644 --- a/hr_holidays_natural_period/static/description/index.html +++ b/hr_holidays_natural_period/static/description/index.html @@ -367,7 +367,7 @@

Holidays natural period

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:78da5aea18b0817984f207d9021d5623f8a1fe9d26a6160c4219a54b9f878df5 +!! source digest: sha256:b294238e86b30d7f0ff5c444ed6091fee1b9cb89b49b5b5e800773dde7b9de68 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module was written to define natural day option in request unit on diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 4799d03d..0e136b8c 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-hr-holidays" -version = "17.0.20240820.0" +version = "17.0.20240917.0" dependencies = [ + "odoo-addon-hr_holidays_natural_period>=17.0dev,<17.1dev", "odoo-addon-hr_holidays_public>=17.0dev,<17.1dev", "odoo-addon-hr_holidays_public_city>=17.0dev,<17.1dev", "odoo-addon-hr_leave_custom_hour_interval>=17.0dev,<17.1dev",