From 3d77cf9a9842894168bcb6cb0109a4969e7ad492 Mon Sep 17 00:00:00 2001 From: camilogs Date: Wed, 30 Aug 2023 18:31:42 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20Se=20remueve=20c=C3=B3digo=20muerto,?= =?UTF-8?q?=20#64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prospect_trace.py | 4 ++-- view/prospect_trace_form.xml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/prospect_trace.py b/prospect_trace.py index 0ed394c..591a3d8 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.wizard import Wizard, StateView, Button, StateTransition -from trytond.model import ModelSQL, ModelView, fields, DeactivableMixin +from trytond.model import ModelSQL, ModelView, fields from trytond.pool import Pool from trytond.pyson import Eval @@ -11,7 +11,7 @@ from .selections.interest import Interest from datetime import datetime -class ProspectTrace(DeactivableMixin, ModelSQL, ModelView): +class ProspectTrace(ModelSQL, ModelView): 'Seguimiento de un prospecto' __name__ = 'sale.prospect_trace' diff --git a/view/prospect_trace_form.xml b/view/prospect_trace_form.xml index f39baf4..a9275c1 100644 --- a/view/prospect_trace_form.xml +++ b/view/prospect_trace_form.xml @@ -14,8 +14,6 @@ this repository contains the full copyright notices and license terms. -->