From f3d13a8c6dde76c3277c3c531e92b2eaa9f22341 Mon Sep 17 00:00:00 2001 From: Github GRAP Bot Date: Fri, 11 Oct 2024 08:58:35 +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 f08a4cf..c67f895 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/) | 12.0.1.0.1 | | Create weekly timesheets for employees automatically -[hr_timesheet_overtime](hr_timesheet_overtime/) | 12.0.2.1.0 | | Overtime Calculation +[hr_timesheet_overtime](hr_timesheet_overtime/) | 12.0.2.2.0 | | Overtime Calculation [hr_timesheet_project_prevent_creation](hr_timesheet_project_prevent_creation/) | 12.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_search_all_tasks](hr_timesheet_search_all_tasks/) | 12.0.1.0.0 | | Allow to search through all tasks in a timesheet line [hr_timesheet_sheet_current](hr_timesheet_sheet_current/) | 12.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 ce320dd..16f9bf6 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:9dab8ae50761935b1082e2100102b52cb1887f9d73ad43575e6ba97546aa5fe0 + !! source digest: sha256:1f8050d6e962d7a2d336de5af04c7bfd167727a7a5efc28a5599282239a8b7ab !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 4fe7b88..75b5f44 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": "12.0.2.1.0", + "version": "12.0.2.2.0", "category": "Human Resources", "summary": "Overtime Calculation", "author": "Coop IT Easy SC, Odoo Community Association (OCA)",