mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -06:00
[MIG] document_page: Migration to 15.0
This commit is contained in:
committed by
Justine Doutreloux
parent
374f250e2b
commit
a2e0c9b8dd
@@ -27,4 +27,4 @@ class DocumentPageShowDiff(models.TransientModel):
|
||||
raise UserError(_("Select one or maximum two history revisions!"))
|
||||
return diff
|
||||
|
||||
diff = fields.Text(readonly=True, default=_get_diff)
|
||||
diff = fields.Html(readonly=True, default=_get_diff)
|
||||
|
||||
Reference in New Issue
Block a user