[MIG] document_page: Migration to 14.0

This commit is contained in:
dzung.tran
2021-02-22 15:46:05 +07:00
committed by Dũng (Trần Đình)
parent ee0db99c3f
commit d858dbb2ba
14 changed files with 96 additions and 59 deletions

View File

@@ -64,7 +64,6 @@ class DocumentPage(models.Model):
"document.page.history",
"page_id",
"History",
order="create_date DESC",
readonly=True,
)
menu_id = fields.Many2one("ir.ui.menu", "Menu", readonly=True)