diff --git a/README.md b/README.md index 4648a43..df5066e 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ Available addons ---------------- -addon | version | 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.1.0.0 | Overtime Calculation -[hr_timesheet_sheet_current](hr_timesheet_sheet_current/) | 12.0.1.0.0 | Allow to access the current timesheet sheet directly from the menu -[hr_timesheet_sheet_prefill](hr_timesheet_sheet_prefill/) | 12.0.1.0.0 | Prefill a timesheet sheet with daily timesheets -[hr_timesheet_sheet_tag](hr_timesheet_sheet_tag/) | 12.0.1.0.0 | Tag your analytic line in the timesheet sheet view. -[hr_timesheet_tag](hr_timesheet_tag/) | 12.0.1.0.0 | Tag your timesheet activity. +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.1.1.0 | | Overtime Calculation +[hr_timesheet_sheet_current](hr_timesheet_sheet_current/) | 12.0.1.0.0 | | Allow to access the current timesheet sheet directly from the menu +[hr_timesheet_sheet_prefill](hr_timesheet_sheet_prefill/) | 12.0.1.0.0 | | Prefill a timesheet sheet with daily timesheets +[hr_timesheet_sheet_tag](hr_timesheet_sheet_tag/) | 12.0.1.0.0 | | Tag your analytic line in the timesheet sheet view. +[hr_timesheet_tag](hr_timesheet_tag/) | 12.0.1.0.0 | | Tag your timesheet activity. [//]: # (end addons) diff --git a/hr_timesheet_overtime/__manifest__.py b/hr_timesheet_overtime/__manifest__.py index b331524..ded6e64 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.1.0.0", + "version": "12.0.1.1.0", "category": "Human Resources", "summary": "Overtime Calculation", "author": "Coop IT Easy SCRLfs, Odoo Community Association (OCA)",