diff --git a/connector_voicent/models/backend_voicent_call_line.py b/connector_voicent/models/backend_voicent_call_line.py index 3656e02..3da9664 100644 --- a/connector_voicent/models/backend_voicent_call_line.py +++ b/connector_voicent/models/backend_voicent_call_line.py @@ -4,16 +4,16 @@ from odoo import fields, models -VOICENT_CONTACT_COLUMNS = [('First Name', 'First Name (Required)'), - ('Last Name', 'Last Name'), +VOICENT_CONTACT_COLUMNS = [('Assigned To', 'Assigned To'), ('Business', 'Business'), - ('Phone', 'Phone (Required)'), - ('Email', 'Email'), ('Category', 'Category'), - ('Assigned To', 'Assigned To'), ('Contact Status', 'Contact Status'), + ('Email', 'Email'), + ('First Name', 'First Name (Required)'), + ('Last Name', 'Last Name'), ('Lead Source', 'Lead Source'), - ('Other', 'Other')] + ('Other', 'Other'), + ('Phone', 'Phone (Required)')] VOICENT_REPLY = [('availableagents', 'Available Agents'), ('callback', 'Callback'),