From ab3ca34556f396a7cb5db6405f6c1c8bb814ce6d Mon Sep 17 00:00:00 2001 From: Github GRAP Bot Date: Fri, 28 Jun 2024 13:42:06 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- hr_timesheet_overtime/README.rst | 2 +- hr_timesheet_overtime/__manifest__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0adae93..3c02660 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [hr_timesheet_auto_creation](hr_timesheet_auto_creation/) | 16.0.1.0.1 | | Create weekly timesheets for employees automatically -[hr_timesheet_overtime](hr_timesheet_overtime/) | 16.0.2.0.0 | | Overtime Calculation +[hr_timesheet_overtime](hr_timesheet_overtime/) | 16.0.2.1.0 | | Overtime Calculation [hr_timesheet_project_prevent_creation](hr_timesheet_project_prevent_creation/) | 16.0.1.0.0 | [![carmenbianca](https://github.com/carmenbianca.png?size=30px)](https://github.com/carmenbianca) | Prevent creation of projects and tasks from timesheets. [hr_timesheet_sheet_current](hr_timesheet_sheet_current/) | 16.0.1.0.0 | | Allow to access the current timesheet sheet directly from the menu diff --git a/hr_timesheet_overtime/README.rst b/hr_timesheet_overtime/README.rst index 861db99..72b1faf 100644 --- a/hr_timesheet_overtime/README.rst +++ b/hr_timesheet_overtime/README.rst @@ -7,7 +7,7 @@ Timesheet/Contract - Overtime !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f303e3ad17e5d88c4ddf2a1baf816f420994d594a04db998c4fd2c1e9f1b2131 + !! source digest: sha256:bde6f189b3da65ae6a23a4337c16402e0a29f4ebbb8dd39431f53c37a66249ef !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_timesheet_overtime/__manifest__.py b/hr_timesheet_overtime/__manifest__.py index 2c2099d..90e0318 100644 --- a/hr_timesheet_overtime/__manifest__.py +++ b/hr_timesheet_overtime/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Timesheet/Contract - Overtime", - "version": "16.0.2.0.0", + "version": "16.0.2.1.0", "category": "Human Resources", "summary": "Overtime Calculation", "author": "Coop IT Easy SC, Odoo Community Association (OCA)",