mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 13:22:19 -06:00
[MIG] document_page: Migration to 15.0
This commit is contained in:
committed by
Alberto Martínez
parent
79ff826fc2
commit
402f425785
@@ -16,8 +16,8 @@ class DocumentPageHistory(models.Model):
|
||||
page_id = fields.Many2one("document.page", "Page", ondelete="cascade")
|
||||
name = fields.Char(index=True)
|
||||
summary = fields.Char(index=True)
|
||||
content = fields.Text()
|
||||
diff = fields.Text(compute="_compute_diff")
|
||||
content = fields.Html(sanitize=False)
|
||||
diff = fields.Html(compute="_compute_diff")
|
||||
|
||||
company_id = fields.Many2one(
|
||||
"res.company",
|
||||
|
||||
Reference in New Issue
Block a user