mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 07:24:48 -06:00
[MIG] document_page_reference: Migration to 15.0
This commit is contained in:
parent
85a3e86d2d
commit
053b463336
@ -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"],
|
||||
}
|
||||
|
@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="document_page_reference assets"
|
||||
inherit_id="web_editor.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/document_page_reference/static/src/js/editor.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
Loading…
Reference in New Issue
Block a user