From acfa99ca93248539f07930f05f75fcb5217cd63e Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Fri, 5 Jul 2019 12:30:18 +0200 Subject: [PATCH] [12.0][MIG] ao_hr_timesheet_sheet --- ao_hr_timesheet_sheet/__init__.py | 1 - ao_hr_timesheet_sheet/__manifest__.py | 10 ++++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ao_hr_timesheet_sheet/__init__.py b/ao_hr_timesheet_sheet/__init__.py index c71289ab..e69de29b 100644 --- a/ao_hr_timesheet_sheet/__init__.py +++ b/ao_hr_timesheet_sheet/__init__.py @@ -1 +0,0 @@ -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/ao_hr_timesheet_sheet/__manifest__.py b/ao_hr_timesheet_sheet/__manifest__.py index 1918017d..51aaacaf 100644 --- a/ao_hr_timesheet_sheet/__manifest__.py +++ b/ao_hr_timesheet_sheet/__manifest__.py @@ -1,15 +1,17 @@ -# Copyright 2015-18 Eficent Business and IT Consulting Services S.L. +# Copyright 2015-19 Eficent Business and IT Consulting Services S.L. # - Jordi Ballester Alomar # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "AO-specific customizations on HR Timesheet Sheet", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "author": "Eficent Business and IT Consulting Services S.L.", "website": "http://www.eficent.com", "category": "Human Resources", - "depends": ["hr_timesheet_sheet", - "hr_timesheet_attendance"], + "depends": [ + "hr_timesheet_sheet", + "hr_timesheet_attendance", + ], "license": "AGPL-3", "data": [ "security/hr_timesheet_sheet_security.xml",