[MIG] document_page_project: Migration to 18.0

This commit is contained in:
Bhavesh Heliconia
2025-02-17 17:06:42 +05:30
parent 36d183e5ce
commit 2ad811d4d6
5 changed files with 34 additions and 13 deletions

View File

@@ -4,12 +4,13 @@
{
"name": "Document Page Project",
"summary": "This module links document pages to projects",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Project",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"license": "AGPL-3",
"depends": ["project", "document_page"],
"maintainers": ["LoisRForgeFlow"],
"data": ["views/document_page_views.xml", "views/project_project_views.xml"],
"installable": True,
}