add value 'otro' type_client28
This commit is contained in:
parent
9756cea8c1
commit
553e3bf668
6
party.py
6
party.py
@ -2,9 +2,9 @@ from trytond.pool import PoolMeta
|
||||
from trytond.model import ModelSQL, ModelView, fields
|
||||
from . import equipment
|
||||
|
||||
_CLIENT_TYPE = [('otro', 'Otro'),
|
||||
('ips', 'IPS'),
|
||||
('optica', 'Optica')]
|
||||
_CLIENT_TYPE = [('ips', 'IPS'),
|
||||
('optica', 'Optica'),
|
||||
('otro', 'Otro')]
|
||||
|
||||
class Party(metaclass=PoolMeta):
|
||||
__name__ = 'party.party'
|
||||
|
Loading…
Reference in New Issue
Block a user