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