forked from Techsystech/web
[MIG] web_widget_child_selector: Migration to 15.0
parent
0c5780c7ca
commit
62fa7353ec
|
@ -4,11 +4,17 @@
|
|||
{
|
||||
"name": "Web Widget Child Selector",
|
||||
"summary": "Widget used for navigation on hierarchy fields",
|
||||
"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/web",
|
||||
"depends": ["web"],
|
||||
"data": ["views/assets.xml"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_widget_child_selector/static/src/js/**/*",
|
||||
"web_widget_child_selector/static/src/scss/**/*",
|
||||
],
|
||||
"web.assets_qweb": ["web_widget_child_selector/static/src/xml/**/*"],
|
||||
},
|
||||
"qweb": ["static/src/xml/widget_child_selector.xml"],
|
||||
}
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="web_widget_child_selector"
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/scss"
|
||||
href="/web_widget_child_selector/static/src/scss/widget_child_selector.scss"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_widget_child_selector/static/src/js/widget_child_selector.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
Loading…
Reference in New Issue