fix: Se arregla error en importación de módulos

This commit is contained in:
Camilo Gonzalez 2023-08-03 18:53:59 +00:00
parent a79490ed0f
commit 9fd4567dbe

View File

@ -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'