pull/2977/merge
Tatsuki Kanda (Quartile) 2025-04-22 05:44:32 +00:00 committed by GitHub
commit d5049489bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class IrModelFieldsTooltip(models.Model):
help="Set active to false to hide the Tooltip without removing it.",
)
field_name = fields.Char(related="field_id.name")
tooltip_text = fields.Html(required=True)
tooltip_text = fields.Html(required=True, translate=True)
@api.model
def default_get(self, fields_list):