[IMP] web_widget_numeric_step: black, isort, prettier

This commit is contained in:
Carlos Roca
2021-01-25 08:57:03 +01:00
committed by Thanakrit Pintana
parent 7df665cae9
commit 01fbf68de8
5 changed files with 125 additions and 98 deletions

View File

@@ -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,
}