diff --git a/addons/crm/models/crm_lead.py b/addons/crm/models/crm_lead.py index 4483a60716add4..00a39167fcc914 100644 --- a/addons/crm/models/crm_lead.py +++ b/addons/crm/models/crm_lead.py @@ -201,6 +201,7 @@ class CrmLead(models.Model): ('correct', 'Correct'), ('incorrect', 'Incorrect')], string='Email Quality', compute="_compute_email_state", store=True) website = fields.Char('Website', help="Website of the contact", compute="_compute_website", readonly=False, store=True) + instagram_username = fields.Char('Instagram Username', help="Instagram username of the contact") lang_id = fields.Many2one( 'res.lang', string='Language', compute='_compute_lang_id', readonly=False, store=True) diff --git a/addons/crm/views/crm_lead_views.xml b/addons/crm/views/crm_lead_views.xml index fda3079e7ae59c..fa1c4960dcb437 100644 --- a/addons/crm/views/crm_lead_views.xml +++ b/addons/crm/views/crm_lead_views.xml @@ -130,6 +130,7 @@ + +