knowledge/document_page_reference/__manifest__.py
OCA-git-bot 677943f10a
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / ${{ matrix.name }} (ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest, true, test with OCB) (push) Has been cancelled
tests / ${{ matrix.name }} (ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest, test with Odoo) (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
[BOT] post-merge updates
2025-08-21 11:37:01 +00:00

24 lines
670 B
Python

# Copyright 2019 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Document Page Reference",
"summary": """
Include references on document pages""",
"version": "18.0.2.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/knowledge",
"depends": ["document_page"],
"data": [
"views/document_page.xml",
"views/report_document_page.xml",
],
"assets": {
"web.assets_backend": [
"document_page_reference/static/src/js/editor.esm.js",
],
},
"maintainers": ["etobella"],
}