From cb09d4d6a00aaa220538ef26d5b2ef96e44f1fce Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 20 Aug 2024 17:32:12 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + hr_leave_custom_hour_interval/README.rst | 2 +- hr_leave_custom_hour_interval/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 e41f8cc6..7aac45bf 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [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 [//]: # (end addons) diff --git a/hr_leave_custom_hour_interval/README.rst b/hr_leave_custom_hour_interval/README.rst index 281821b4..ba6867f6 100644 --- a/hr_leave_custom_hour_interval/README.rst +++ b/hr_leave_custom_hour_interval/README.rst @@ -7,7 +7,7 @@ Custom Hour Interval for Holidays !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a84caeece078676af0eb42ef9a6088ad699fd9ad42e802512c6ff75083afb7f0 + !! source digest: sha256:6dd0b404caabfecbdaa2ac8d0cf3d4d406dbda34af34ceb9d25868189ce20443 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_leave_custom_hour_interval/static/description/index.html b/hr_leave_custom_hour_interval/static/description/index.html index 0532b411..31f5aa4e 100644 --- a/hr_leave_custom_hour_interval/static/description/index.html +++ b/hr_leave_custom_hour_interval/static/description/index.html @@ -367,7 +367,7 @@

Custom Hour Interval for Holidays

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a84caeece078676af0eb42ef9a6088ad699fd9ad42e802512c6ff75083afb7f0 +!! source digest: sha256:6dd0b404caabfecbdaa2ac8d0cf3d4d406dbda34af34ceb9d25868189ce20443 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to create time off requests using custom hours with diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 3786b30a..4799d03d 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-hr-holidays" -version = "17.0.20240509.0" +version = "17.0.20240820.0" dependencies = [ "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", ] classifiers=[ "Programming Language :: Python",