mirror of https://github.com/OCA/web.git
[MIG] web_widget_child_selector: Migration to 13.0
parent
fac0590431
commit
55e394a35e
|
@ -4,11 +4,11 @@
|
||||||
{
|
{
|
||||||
"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": "12.0.1.0.0",
|
"version": "13.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",],
|
"data": ["views/assets.xml"],
|
||||||
"qweb": ["static/src/xml/widget_child_selector.xml",],
|
"qweb": ["static/src/xml/widget_child_selector.xml"],
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
<xpath expr="." position="inside">
|
<xpath expr="." position="inside">
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="/web_widget_child_selector/static/src/less/widget_child_selector.less"
|
type="text/scss"
|
||||||
|
href="/web_widget_child_selector/static/src/scss/widget_child_selector.scss"
|
||||||
/>
|
/>
|
||||||
<script
|
<script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
|
|
Loading…
Reference in New Issue