mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_numeric_step: black, isort, prettier
This commit is contained in:
committed by
Thanakrit Pintana
parent
7df665cae9
commit
01fbf68de8
@@ -3,23 +3,16 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
||||
|
||||
{
|
||||
'name': "Web Widget Numeric Step",
|
||||
'category': "web",
|
||||
'version': "12.0.1.2.0",
|
||||
'author': "GRAP, Tecnativa, "
|
||||
"Odoo Community Association (OCA)",
|
||||
'license': 'AGPL-3',
|
||||
'website': 'https://github.com/OCA/web',
|
||||
'depends': ['web'],
|
||||
'data': [
|
||||
'view/assets.xml'
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/numeric_step.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/res_users_view.xml'
|
||||
],
|
||||
'auto_install': False,
|
||||
'installable': True,
|
||||
"name": "Web Widget Numeric Step",
|
||||
"category": "web",
|
||||
"version": "12.0.1.2.0",
|
||||
"author": "GRAP, Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"data": ["view/assets.xml"],
|
||||
"qweb": ["static/src/xml/numeric_step.xml",],
|
||||
"demo": ["demo/res_users_view.xml"],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user