mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 21:32:18 -06:00
[MIG] document_page: Migration to 15.0
This commit is contained in:
committed by
Alberto Martínez
parent
79ff826fc2
commit
402f425785
@@ -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