mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[MIG] document_page: Migration to 15.0
This commit is contained in:
committed by
FernandoRomera
parent
35fc1451c5
commit
536cabcb55
@@ -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