mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -06:00
[16.0][MIG] document_page: Migration to 16.0
This commit is contained in:
@@ -7,7 +7,7 @@ class TestDocumentPageCreateMenu(common.TransactionCase):
|
||||
|
||||
def test_page_menu_creation(self):
|
||||
"""Test page menu creation."""
|
||||
menu_parent = self.env.ref("knowledge.menu_document")
|
||||
menu_parent = self.env.ref("document_knowledge.menu_document")
|
||||
|
||||
menu_created = self.env["document.page.create.menu"].create(
|
||||
{"menu_name": "Wiki Test menu", "menu_parent_id": menu_parent.id}
|
||||
|
||||
Reference in New Issue
Block a user