[MIG] document_page: Migration to 15.0

This commit is contained in:
Jacob Oldfield
2021-10-29 20:55:45 +11:00
committed by Justine Doutreloux
parent 374f250e2b
commit a2e0c9b8dd
14 changed files with 43 additions and 55 deletions

View File

@@ -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)