diff --git a/README.md b/README.md index 4c771ca..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.1 | | 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 50cecb5..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:07c5f536b98795c306030d9f9fc16ede5885eeff71dedf080206c27708bcb274 + !! 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 d87e5f7..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.1", + "version": "12.0.2.2.0", "category": "Human Resources", "summary": "Overtime Calculation", "author": "Coop IT Easy SC, Odoo Community Association (OCA)",