Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
22
web_widget_numeric_step/__manifest__.py
Executable file
22
web_widget_numeric_step/__manifest__.py
Executable file
@@ -0,0 +1,22 @@
|
||||
# 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": "18.0.1.0.2",
|
||||
"author": "GRAP, Tecnativa, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"demo": ["demo/ir_cron.xml"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_widget_numeric_step/static/src/*",
|
||||
],
|
||||
},
|
||||
"maintainers": ["rafaelbn", "yajo"],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user