mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-13 11:39:34 -06:00
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
24 lines
670 B
Python
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"],
|
|
}
|