Skip to content

Commit 03c5534

Browse files
[MIG] document_page_reference: Migration to 19.0
1 parent 8f50045 commit 03c5534

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

document_page_reference/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Document Page Reference",
66
"summary": """
77
Include references on document pages""",
8-
"version": "18.0.2.1.0",
8+
"version": "19.0.2.1.0",
99
"license": "AGPL-3",
1010
"author": "Creu Blanca,Odoo Community Association (OCA)",
1111
"website": "https://github.com/OCA/knowledge",

document_page_reference/static/src/js/editor.esm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class DocumentPageReferenceField extends HtmlField {
99
this.orm = useService("orm");
1010
this.action = useService("action");
1111
onMounted(() => {
12-
// eslint-disable-next-line no-undef
1312
const links = document.querySelectorAll(".oe_direct_line");
1413
links.forEach((link) => {
1514
link.addEventListener("click", (event) =>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[project]
2+
name = "odoo-addon-document_page_reference"
3+
dynamic = ["version"]
4+
5+
[build-system]
6+
requires = ["whool"]
7+
build-backend = "whool.buildapi"

0 commit comments

Comments
 (0)