mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-27 15:17:44 -06:00
[MIG] document_page: Migration to 15.0
This commit is contained in:
@@ -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