From e67a1feaa1fb92552a1d365d1a1041a1269d161e Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 5 Jan 2022 07:53:56 -0800 Subject: [PATCH] [MIG] timesheet_description: to Odoo 15.0 --- timesheet_description/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_description/__manifest__.py b/timesheet_description/__manifest__.py index 96b6cbd2..8484e199 100644 --- a/timesheet_description/__manifest__.py +++ b/timesheet_description/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description', - 'version': '14.0.1.0.0', + 'version': '15.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',