diff --git a/cor_custom/models/crm_lead.py b/cor_custom/models/crm_lead.py index 41801e1..3440a59 100644 --- a/cor_custom/models/crm_lead.py +++ b/cor_custom/models/crm_lead.py @@ -8,3 +8,7 @@ class Lead(models.Model): _inherit = 'crm.lead' lead_no = fields.Char(string='Lead ID') + professional_support = fields.Char(string='Professional Support') + ref_summary_status = fields.Char(string='Referral Summary status') + project_scope = fields.Char(string='The scope of the project') + client_folder = fields.Char(string='Client Folder') diff --git a/cor_custom/views/crm_view.xml b/cor_custom/views/crm_view.xml index 643fe2b..ac52133 100755 --- a/cor_custom/views/crm_view.xml +++ b/cor_custom/views/crm_view.xml @@ -9,6 +9,12 @@ + + + + + +