From 0306d9277bcd2eaa15d03d70c335436f74cdcb3c Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sun, 21 Mar 2021 14:33:29 -0700 Subject: [PATCH] [MIG] timesheet_description: for Odoo 14.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 63724af7..96b6cbd2 100644 --- a/timesheet_description/__manifest__.py +++ b/timesheet_description/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description', - 'version': '13.0.1.0.0', + 'version': '14.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',