[MIG] document_page_reference: Migration to 15.0

This commit is contained in:
Olga Marco 2022-05-18 12:50:34 +02:00 committed by Anusha
parent 85a3e86d2d
commit 053b463336
2 changed files with 6 additions and 17 deletions

View File

@ -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"],
}

View File

@ -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>