From 9fd4567dbec4da66cbcb39ed77263fb018a691a8 Mon Sep 17 00:00:00 2001 From: camilogs Date: Thu, 3 Aug 2023 18:53:59 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20Se=20arregla=20error=20en=20importaci?= =?UTF-8?q?=C3=B3n=20de=20m=C3=B3dulos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prospect_trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prospect_trace.py b/prospect_trace.py index fa8d2b0..ebab263 100644 --- a/prospect_trace.py +++ b/prospect_trace.py @@ -1,7 +1,7 @@ # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.model import ModelSQL, ModelView, fields -from Util.interest import Interest +from .Util.interest import Interest class ProspectTrace(ModelSQL, ModelView): 'Seguimiento de un prospecto'