chore: Se remueve código muerto, #64
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Camilo Gonzalez 2023-08-30 18:31:42 -05:00
parent 9efb29f1a1
commit 3d77cf9a98
2 changed files with 2 additions and 4 deletions

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

View File

@ -14,8 +14,6 @@ this repository contains the full copyright notices and license terms. -->
<group col="6" colspan="5" id="trace_data" yalign="0">
<label name="current_interest"/>
<field name="current_interest"/>
<label name="active"/>
<field name="active" xexpand="0" width="25"/>
</group>
<newline/>