from odoo import fields, models class CrmLead(models.Model): _inherit = "crm.lead" html_description = fields.Html(string="Descriptions")