mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[MIG] document_page: migration Browse Wiki Content to 17.0
This commit is contained in:
committed by
Justine Doutreloux
parent
d0df693b95
commit
3482986272
@@ -94,7 +94,7 @@ class DocumentPage(models.Model):
|
||||
compute="_compute_backend_url",
|
||||
)
|
||||
|
||||
image = fields.Binary("Image", attachment=True)
|
||||
image = fields.Binary(attachment=True)
|
||||
color = fields.Integer(string="Color Index")
|
||||
|
||||
@api.depends("menu_id", "parent_id.menu_id")
|
||||
|
||||
Reference in New Issue
Block a user