From 48d406424b24140f76fe60816ec0e2c72822424e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 10 Feb 2021 12:39:18 +0000 Subject: [PATCH] helpdesk_mgmt_timesheet 12.0.1.2.0 --- helpdesk_mgmt_timesheet/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpdesk_mgmt_timesheet/__manifest__.py b/helpdesk_mgmt_timesheet/__manifest__.py index 7cc4f10109..d9757d36a3 100644 --- a/helpdesk_mgmt_timesheet/__manifest__.py +++ b/helpdesk_mgmt_timesheet/__manifest__.py @@ -15,7 +15,7 @@ 'website': 'https://github.com/OCA/helpdesk', 'license': 'AGPL-3', 'category': 'After-Sales', - 'version': '12.0.1.1.1', + 'version': '12.0.1.2.0', 'depends': [ 'helpdesk_mgmt_project', 'hr_timesheet',