fix: Se agregan rutas relativas en importaciones
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
from trytond.model import ModelSQL, ModelView, fields
|
||||
from trytond.pyson import Eval
|
||||
from selections.interest import Interest
|
||||
from ....selections.interest import Interest
|
||||
|
||||
|
||||
class ProspectTrace(ModelSQL, ModelView):
|
||||
|
||||
@@ -5,8 +5,8 @@ from trytond.wizard import Wizard, StateView, Button, StateTransition
|
||||
from trytond.model import ModelView, fields
|
||||
from trytond.pool import Pool
|
||||
from trytond.pyson import Eval
|
||||
from selections.call_types import CallTypes
|
||||
from selections.interest import Interest
|
||||
from ....selections.call_types import CallTypes
|
||||
from ....selections.interest import Interest
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ from trytond.wizard import Wizard, StateView, Button, StateTransition
|
||||
from trytond.model import ModelView, fields
|
||||
from trytond.pyson import Eval
|
||||
from datetime import datetime
|
||||
from core.ProspectTrace.wizards.make_call import MakeCall
|
||||
from ....core.ProspectTrace.wizards.make_call import MakeCall
|
||||
|
||||
|
||||
class ScheduleCallStart(ModelView):
|
||||
|
||||
Reference in New Issue
Block a user