3
0
Fork 0
web_techsystech/web_widget_numeric_step/__manifest__.py

26 lines
644 B
Python

# Copyright 2019 GRAP - Quentin DUPONT
# Copyright 2020 Tecnativa - Alexandre Díaz
# 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,
}