chore: Se remueve código muerto, #64
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9efb29f1a1
commit
3d77cf9a98
@ -1,7 +1,7 @@
|
|||||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
# this repository contains the full copyright notices and license terms.
|
# this repository contains the full copyright notices and license terms.
|
||||||
from trytond.wizard import Wizard, StateView, Button, StateTransition
|
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.pool import Pool
|
||||||
from trytond.pyson import Eval
|
from trytond.pyson import Eval
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ from .selections.interest import Interest
|
|||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
|
|
||||||
class ProspectTrace(DeactivableMixin, ModelSQL, ModelView):
|
class ProspectTrace(ModelSQL, ModelView):
|
||||||
'Seguimiento de un prospecto'
|
'Seguimiento de un prospecto'
|
||||||
__name__ = 'sale.prospect_trace'
|
__name__ = 'sale.prospect_trace'
|
||||||
|
|
||||||
|
@ -14,8 +14,6 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<group col="6" colspan="5" id="trace_data" yalign="0">
|
<group col="6" colspan="5" id="trace_data" yalign="0">
|
||||||
<label name="current_interest"/>
|
<label name="current_interest"/>
|
||||||
<field name="current_interest"/>
|
<field name="current_interest"/>
|
||||||
<label name="active"/>
|
|
||||||
<field name="active" xexpand="0" width="25"/>
|
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<newline/>
|
<newline/>
|
||||||
|
Loading…
Reference in New Issue
Block a user