From 396d668a9112babbad7ff30793f35631e8d5cecf Mon Sep 17 00:00:00 2001 From: Bhoomi Date: Wed, 9 Oct 2019 13:25:39 -0400 Subject: [PATCH] MIG `timesheet_invoice` For Odoo 13.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 a06e83b4..e3dca17c 100644 --- a/timesheet_invoice/__manifest__.py +++ b/timesheet_invoice/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Timesheet Invoice', - 'version': '12.0.1.0.0', + 'version': '13.0.1.0.0', 'author': 'Hibou Corp. ', 'website': 'https://hibou.io/', 'license': 'AGPL-3',