From 83159711808e7d39614d8bc25e1d92c86f5c1ac7 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 27 Jan 2018 00:57:53 +0100 Subject: [PATCH] Update __init__.py Fix error ModuleNotFoundError: No module named 'models' --- auto_resend_mail/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_resend_mail/__init__.py b/auto_resend_mail/__init__.py index 51ddb9577..e23f93999 100644 --- a/auto_resend_mail/__init__.py +++ b/auto_resend_mail/__init__.py @@ -20,5 +20,5 @@ # If not, see . # ############################################################################## -import models +from odoo import models