[MIG] document_page_access_group: Migration to 16.0

This commit is contained in:
Alberto Martínez
2024-03-28 15:47:50 +01:00
committed by Bhavesh Heliconia
parent 497759f00b
commit 6dc23e8898
6 changed files with 24 additions and 19 deletions

View File

@@ -4,8 +4,8 @@
{
"name": "Document Page Access Group",
"summary": "Choose groups to access document pages",
"version": "15.0.1.0.0",
"category": "Knowledge",
"version": "16.0.1.0.0",
"category": "document_knowledge",
"website": "https://github.com/OCA/knowledge",
"author": "Sygel, Odoo Community Association (OCA)",
"license": "AGPL-3",
@@ -13,7 +13,7 @@
"installable": True,
"depends": [
"document_page",
"knowledge",
"document_knowledge",
],
"data": ["views/document_page.xml", "security/security.xml"],
}