[MIG] web_listview_range_select: Migration to 15.0

pull/2180/head
Karl Southern 2022-04-01 14:34:52 +01:00
parent f49babaa1b
commit e58e820919
2 changed files with 6 additions and 15 deletions

View File

@ -6,13 +6,17 @@
"summary": """
Enables selecting a range of records using the shift key
""",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Web",
"author": "Onestein, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"depends": ["web"],
"data": ["templates/assets.xml"],
"installable": True,
"application": False,
"assets": {
"web.assets_backend": [
"/web_listview_range_select/static/src/js/web_listview_range_select.js"
],
},
}

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2017 Onestein
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr=".">
<script
type="text/javascript"
src="/web_listview_range_select/static/src/js/web_listview_range_select.js"
/>
</xpath>
</template>
</odoo>