From 42be891bfcc7049368bb433d9a3ce94debfea0f1 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 14 Aug 2024 19:24:06 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + hr_attendance_autoclose/README.rst | 2 +- hr_attendance_autoclose/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 1abf5178e..107ca0b79 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[hr_attendance_autoclose](hr_attendance_autoclose/) | 17.0.1.0.0 | | Close stale Attendances [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 diff --git a/hr_attendance_autoclose/README.rst b/hr_attendance_autoclose/README.rst index 1579d9efc..9da5feefe 100644 --- a/hr_attendance_autoclose/README.rst +++ b/hr_attendance_autoclose/README.rst @@ -7,7 +7,7 @@ HR Attendance Auto Close !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:56931643c0fd1e22f3f6ec466df0d4158ee820e4d48434437e20cdaa10e01021 + !! source digest: sha256:2b25ffb2a71b2e657f35d31cf1e62b5e47c1816048f664541555e168aafe6799 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_attendance_autoclose/static/description/index.html b/hr_attendance_autoclose/static/description/index.html index edce5f970..047eb8d8a 100644 --- a/hr_attendance_autoclose/static/description/index.html +++ b/hr_attendance_autoclose/static/description/index.html @@ -367,7 +367,7 @@

HR Attendance Auto Close

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:56931643c0fd1e22f3f6ec466df0d4158ee820e4d48434437e20cdaa10e01021 +!! source digest: sha256:2b25ffb2a71b2e657f35d31cf1e62b5e47c1816048f664541555e168aafe6799 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module close stale attendances automatically. Without this module, diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 0d54fe336..a296c54d8 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-hr-attendance" -version = "17.0.20240813.0" +version = "17.0.20240814.0" dependencies = [ + "odoo-addon-hr_attendance_autoclose>=17.0dev,<17.1dev", "odoo-addon-hr_attendance_calendar_view>=17.0dev,<17.1dev", "odoo-addon-hr_attendance_reason>=17.0dev,<17.1dev", ]