[IMP] web_widget_numeric_step: pre-commit stuff

pull/2456/head
dsolanki 2023-03-15 14:34:41 +05:30
parent 614b7818ba
commit 976797cfa0
3 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1 @@
../../../../web_widget_numeric_step

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

@ -5,7 +5,7 @@
{
"name": "Web Widget Numeric Step",
"category": "web",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "GRAP, Tecnativa, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/web",