[FIX]document_page_portal: added dependency

This commit is contained in:
Davit Lomauridze 2024-05-23 13:02:02 +04:00
parent 01ab4fa66e
commit 49594423af

View File

@ -13,7 +13,7 @@
"images": ["static/description/banner.png"], "images": ["static/description/banner.png"],
"website": "https://github.com/OCA/knowledge", "website": "https://github.com/OCA/knowledge",
"license": "AGPL-3", "license": "AGPL-3",
"depends": ["base", "portal", "document_page"], "depends": ["base", "portal", "document_page", "web_tour"],
"data": [ "data": [
"views/document_page.xml", "views/document_page.xml",
"security/document_page_portal_security.xml", "security/document_page_portal_security.xml",