From 34b44f7d2bb3ad51396d2e629f1f55ec39e3e357 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 5 Jan 2022 10:42:44 -0800 Subject: [PATCH] [MIG] timesheet_description_sale: to Odoo 15.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 f39fca50..d97466fa 100644 --- a/timesheet_description_sale/__manifest__.py +++ b/timesheet_description_sale/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description Sale', - 'version': '14.0.1.0.0', + 'version': '15.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',