mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] Widget Numeric step
This commit is contained in:
committed by
Thanakrit Pintana
parent
222bec5c5d
commit
aa9dd2716d
21
web_widget_numeric_step/__manifest__.py
Normal file
21
web_widget_numeric_step/__manifest__.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# Odoo, Open Source Web Widget Numeric Step
|
||||
#
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).#
|
||||
{
|
||||
'name': "Web Widget Numeric Step",
|
||||
'category': "web",
|
||||
'version': "12.0.1.0.0",
|
||||
'author': "GRAP, "
|
||||
"Odoo Community Association (OCA)",
|
||||
'license': 'AGPL-3',
|
||||
'website': 'https://github.com/OCA/web',
|
||||
'depends': ['web'],
|
||||
'data': [
|
||||
'view/web_widget_numeric_step.xml'
|
||||
],
|
||||
'qweb': [
|
||||
'static/src/xml/numeric_step.xml',
|
||||
],
|
||||
'auto_install': False,
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user