diff --git a/README.md b/README.md index c654d933..1abf5178 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [hr_attendance_calendar_view](hr_attendance_calendar_view/) | 17.0.1.0.0 | | This module adds the calendar view as an option to display attendance +[hr_attendance_reason](hr_attendance_reason/) | 17.0.1.0.0 | | HR Attendance Reason [//]: # (end addons) diff --git a/hr_attendance_reason/README.rst b/hr_attendance_reason/README.rst index 13324fbe..6be2d720 100644 --- a/hr_attendance_reason/README.rst +++ b/hr_attendance_reason/README.rst @@ -7,7 +7,7 @@ HR Attendance Reason !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ef23720fac63875e137e0cd11e189f1c6867eaeeaef24f34c4225c6e728a14ed + !! source digest: sha256:1efc21ca72875c847f215f0527a36c5bf1bef11334f475fa794486791eea004f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_attendance_reason/static/description/index.html b/hr_attendance_reason/static/description/index.html index 8b362a6a..cf463aa2 100644 --- a/hr_attendance_reason/static/description/index.html +++ b/hr_attendance_reason/static/description/index.html @@ -367,7 +367,7 @@
This module allows to define reasons why the attendance is not what diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8ba5aeb8..0d54fe33 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-hr-attendance" -version = "17.0.20240812.0" +version = "17.0.20240813.0" dependencies = [ "odoo-addon-hr_attendance_calendar_view>=17.0dev,<17.1dev", + "odoo-addon-hr_attendance_reason>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",