add value 'otro' type_client28
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user