From de4c71290c01d5b28e90b5530b54a774a16afd6e Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sun, 21 Mar 2021 15:28:39 -0700 Subject: [PATCH] [MIG] timesheet_description_sale: for Odoo 14.0 --- timesheet_description_sale/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet_description_sale/__manifest__.py b/timesheet_description_sale/__manifest__.py index bc4afe69..f39fca50 100644 --- a/timesheet_description_sale/__manifest__.py +++ b/timesheet_description_sale/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description Sale', - 'version': '13.0.1.0.0', + 'version': '14.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',