mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_many2one_simple: Migration to 15.0
This commit is contained in:
committed by
OCA-git-bot
parent
64997e5bda
commit
f450546822
@@ -99,6 +99,7 @@ Contributors
|
|||||||
* Alexandre D. Díaz
|
* Alexandre D. Díaz
|
||||||
|
|
||||||
* Foram Shah <foram.shah@initos.com>
|
* Foram Shah <foram.shah@initos.com>
|
||||||
|
* Thanakrit Pintana <thanakrit.p39@gmail.com>
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|||||||
@@ -3,13 +3,20 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "Simple many2one widget",
|
"name": "Simple many2one widget",
|
||||||
"version": "14.0.1.0.0",
|
"version": "15.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
"depends": ["web"],
|
"depends": ["web"],
|
||||||
"data": ["views/assets.xml"],
|
|
||||||
"qweb": ["static/src/xml/many2one_simple.xml"],
|
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"maintainers": ["Tardo"],
|
"maintainers": ["Tardo"],
|
||||||
|
"assets": {
|
||||||
|
"web.assets_backend": [
|
||||||
|
"web_widget_many2one_simple/static/src/css/many2one_simple.scss",
|
||||||
|
"web_widget_many2one_simple/static/src/js/many2one_simple_field.js",
|
||||||
|
],
|
||||||
|
"web.assets_qweb": [
|
||||||
|
"web_widget_many2one_simple/static/src/xml/many2one_simple.xml",
|
||||||
|
],
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,3 +3,4 @@
|
|||||||
* Alexandre D. Díaz
|
* Alexandre D. Díaz
|
||||||
|
|
||||||
* Foram Shah <foram.shah@initos.com>
|
* Foram Shah <foram.shah@initos.com>
|
||||||
|
* Thanakrit Pintana <thanakrit.p39@gmail.com>
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<odoo>
|
|
||||||
<template
|
|
||||||
id="assets_backend"
|
|
||||||
name="Web Widget Many2One Simple Assets"
|
|
||||||
inherit_id="web.assets_backend"
|
|
||||||
>
|
|
||||||
<xpath expr=".">
|
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/web_widget_many2one_simple/static/src/css/many2one_simple.scss"
|
|
||||||
/>
|
|
||||||
<script
|
|
||||||
type="application/javascript"
|
|
||||||
src="/web_widget_many2one_simple/static/src/js/many2one_simple_field.js"
|
|
||||||
/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
</odoo>
|
|
||||||
Reference in New Issue
Block a user