diff --git a/thankyou_letters/models/res_partner.py b/thankyou_letters/models/res_partner.py index 86612da74..b615a20be 100644 --- a/thankyou_letters/models/res_partner.py +++ b/thankyou_letters/models/res_partner.py @@ -32,7 +32,7 @@ class ResPartner(models.Model): thankyou_preference = fields.Selection( "_get_delivery_preference", default="auto_digital", required=True ) - short_address = fields.Char(compute="_compute_address") + short_address = fields.Html(compute="_compute_address", sanitize=False) date_communication = fields.Char(compute="_compute_date_communication") def _compute_address(self):