From 0466028fb5612739862c95cce5d9b1cdcd93e857 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Mon, 22 Feb 2021 14:57:51 +0100 Subject: [PATCH] [FIX]Bad import on init --- hy_odoo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy_odoo/__init__.py b/hy_odoo/__init__.py index f2426ae..ead10b5 100644 --- a/hy_odoo/__init__.py +++ b/hy_odoo/__init__.py @@ -16,4 +16,4 @@ # along with this program. If not, see . import hy -import odoo, xml_base, test +import odoo, xml_base, utils