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
@@ -3,13 +3,20 @@
|
||||
|
||||
{
|
||||
"name": "Simple many2one widget",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "15.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"data": ["views/assets.xml"],
|
||||
"qweb": ["static/src/xml/many2one_simple.xml"],
|
||||
"installable": True,
|
||||
"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",
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user