mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_child_selector: Migration to 15.0
This commit is contained in:
@@ -4,11 +4,17 @@
|
|||||||
{
|
{
|
||||||
"name": "Web Widget Child Selector",
|
"name": "Web Widget Child Selector",
|
||||||
"summary": "Widget used for navigation on hierarchy fields",
|
"summary": "Widget used for navigation on hierarchy fields",
|
||||||
"version": "14.0.1.0.0",
|
"version": "15.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
"depends": ["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"],
|
"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>
|
|
||||||
Reference in New Issue
Block a user