From 23e7174a848e15188e82285f7fb68a1b6ac27fe7 Mon Sep 17 00:00:00 2001 From: Juan Pablo Ticse Date: Tue, 31 Oct 2023 17:24:03 +0000 Subject: [PATCH] [MIG] timesheet_description_sale: Module migration --- 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 18b40470..17a3d3a0 100644 --- a/timesheet_description_sale/__manifest__.py +++ b/timesheet_description_sale/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Description Sale', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',