mirror of https://github.com/OCA/web.git
[IMP] web_m2x_options: balck and eslint fix
parent
c9c986d157
commit
ec50f1495d
|
@ -4,23 +4,17 @@
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": 'web_m2x_options',
|
"name": "web_m2x_options",
|
||||||
"version": "13.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
'category': 'Web',
|
"category": "Web",
|
||||||
"author": "ACSONE SA/NV, "
|
"author": "ACSONE SA/NV, "
|
||||||
"0k.io, "
|
"0k.io, "
|
||||||
"Tecnativa, "
|
"Tecnativa, "
|
||||||
"Odoo Community Association (OCA)",
|
"Odoo Community Association (OCA)",
|
||||||
'website': 'https://github.com/OCA/web',
|
"website": "https://github.com/OCA/web",
|
||||||
'license': 'AGPL-3',
|
"license": "AGPL-3",
|
||||||
"depends": [
|
"depends": ["web"],
|
||||||
'web',
|
"data": ["views/view.xml"],
|
||||||
],
|
"qweb": ["static/src/xml/base.xml"],
|
||||||
'data': [
|
"installable": True,
|
||||||
'views/view.xml'
|
|
||||||
],
|
|
||||||
'qweb': [
|
|
||||||
'static/src/xml/base.xml',
|
|
||||||
],
|
|
||||||
'installable': True,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue