[MIG] document_page_reference: Migration to 17.0

[FIX]document_page_reference :log warning updated

[FIX]document_page_reference: null value issue fixed

Co-authored-by: Anusha <anusha.pp@calin.co.in>
This commit is contained in:
Anusha
2025-06-13 18:13:44 +02:00
committed by Víctor Martínez
parent c8d3a289d9
commit 4ba3272d01
10 changed files with 128 additions and 186 deletions

View File

@@ -3,20 +3,19 @@
{
"name": "Document Page Reference",
"summary": """
Include references on document pages""",
"version": "16.0.1.0.1",
"summary": "Include references on document pages",
"version": "17.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"],
"depends": ["document_page"],
"data": [
"views/document_page.xml",
"views/report_document_page.xml",
],
"assets": {
"web.assets_backend": [
"document_page_reference/static/src/js/**/*",
"document_page_reference/static/src/js/editor.esm.js",
],
},
"maintainers": ["etobella"],