From afaf6508bad2fdd0fa57aad161d17cbcdd79ae55 Mon Sep 17 00:00:00 2001 From: wilsongomez Date: Wed, 30 Mar 2022 08:59:30 -0500 Subject: [PATCH] minor fix --- customer_service.py | 4 ---- view/customer_service_form.xml | 7 ------- 2 files changed, 11 deletions(-) diff --git a/customer_service.py b/customer_service.py index 0a5cd3b..bd2024f 100644 --- a/customer_service.py +++ b/customer_service.py @@ -188,10 +188,6 @@ class CustomerService(Workflow, ModelSQL, ModelView): ('other', 'Other'), ], 'Media', states=STATES) action_plan = fields.Text('Action Plan', states=STATES_CLOSE) - detailed_especific_1= fields.Char('Detailed Especific 1', - states={'required': True}) - detailed_especific_2= fields.Char('Detailed Especific 2') - detailed_especific_3= fields.Char('Detailed Especific 3') ethnical_group = fields.Selection(ETHNICAL_GROUP, 'Ethnical Group', states={'required': True}) sexual_diversity = fields.Selection(SEXUAL_DIVERSITY, 'Sexual Diversity', diff --git a/view/customer_service_form.xml b/view/customer_service_form.xml index 41b3a9f..caa0d82 100644 --- a/view/customer_service_form.xml +++ b/view/customer_service_form.xml @@ -46,13 +46,6 @@ this repository contains the full copyright notices and license terms. -->