[MIG] document_page_reference: Migration to 15.0

This commit is contained in:
Olga Marco
2022-05-18 12:50:34 +02:00
committed by Anusha
parent 85a3e86d2d
commit 053b463336
2 changed files with 6 additions and 17 deletions

View File

@@ -5,15 +5,19 @@
"name": "Document Page Reference",
"summary": """
Include references on document pages""",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"depends": ["document_page", "web_editor"],
"data": [
"views/assets.xml",
"views/document_page.xml",
"views/report_document_page.xml",
],
"assets": {
"web.assets_backend": [
"document_page_reference/static/src/js/**/*",
],
},
"maintainers": ["etobella"],
}