diff --git a/customer_service.py b/customer_service.py index 293f94d..4b2c288 100644 --- a/customer_service.py +++ b/customer_service.py @@ -121,20 +121,6 @@ class CustomerService(Workflow, ModelSQL, ModelView): ('other', 'Other'), ], 'Media', states=STATES) action_plan = fields.Text('Action Plan', states=STATES_CLOSE) - # ethnical_group = fields.Selection(ETHNICAL_GROUP, 'Ethnical Group', - # states={'required': False}) - sexual_diversity = fields.Selection(SEXUAL_DIVERSITY, 'Sexual Diversity', - states={'required': False}) - displaced = fields.Selection(OPTION_SELECT, 'Displaced', states={'required': False}) - victim_of_violence = fields.Selection(OPTION_SELECT, 'Victim Of Violence', - states={'required': False}) - disabled_person = fields.Selection(OPTION_SELECT, 'Disabled Person', - states={'required': False}) - pregnant_woman = fields.Selection(OPTION_SELECT, 'Pregnan Woman', - states={'required': False}) - homeless = fields.Selection(OPTION_SELECT, 'Homeless', states={'required': False}) - deprived_of_freedom = fields.Selection(OPTION_SELECT, 'Deprived Of Freedom', - states={'required': False}) age = fields.Function(fields.Char('Age'), 'get_age') @classmethod diff --git a/locale/es.po b/locale/es.po index 24be3ea..6a319fc 100644 --- a/locale/es.po +++ b/locale/es.po @@ -122,10 +122,6 @@ msgctxt "field:crm.customer_service,department:" msgid "Department" msgstr "Departamento" -msgctxt "field:crm.customer_service,deprived_of_freedom:" -msgid "Deprived Of Freedom" -msgstr "Privado de Libertad" - msgctxt "field:crm.customer_service,description:" msgid "Description" msgstr "Descripcion" @@ -146,14 +142,6 @@ msgctxt "field:crm.customer_service,diagnose:" msgid "Diagnose" msgstr "Diagnostico" -msgctxt "field:crm.customer_service,disabled_person:" -msgid "Disabled Person" -msgstr "Persona en condición de Discapacidad" - -msgctxt "field:crm.customer_service,displaced:" -msgid "Displaced" -msgstr "Desplazado" - msgctxt "field:crm.customer_service,effective_date:" msgid "Effective Datetime" msgstr "Fecha de Respuesta" @@ -166,10 +154,6 @@ msgctxt "field:crm.customer_service,ethnical_group:" msgid "Ethnical Group" msgstr "Grupo Étnico" -msgctxt "field:crm.customer_service,homeless:" -msgid "Homeless" -msgstr "Habitante de Calle" - msgctxt "field:crm.customer_service,media:" msgid "Media" msgstr "Medio" @@ -190,10 +174,6 @@ msgctxt "field:crm.customer_service,phone:" msgid "Phone" msgstr "Teléfono" -msgctxt "field:crm.customer_service,pregnant_woman:" -msgid "Pregnan Woman" -msgstr "Mujer en Gestación" - msgctxt "field:crm.customer_service,reference:" msgid "Reference" msgstr "Referencia" @@ -214,18 +194,10 @@ msgctxt "field:crm.customer_service,satisfaction:" msgid "Satisfaction" msgstr "Satisfacción" -msgctxt "field:crm.customer_service,sexual_diversity:" -msgid "Sexual Diversity" -msgstr "Diversidad Sexual" - msgctxt "field:crm.customer_service,state:" msgid "State" msgstr "Estado" -msgctxt "field:crm.customer_service,victim_of_violence:" -msgid "Victim Of Violence" -msgstr "Víctima de Violencia" - msgctxt "field:crm.customer_service_indicators.start,case:" msgid "Case" msgstr "Caso" diff --git a/view/customer_service_form.xml b/view/customer_service_form.xml index 8778aa9..ee9b344 100644 --- a/view/customer_service_form.xml +++ b/view/customer_service_form.xml @@ -48,24 +48,6 @@ this repository contains the full copyright notices and license terms. -->