Merge PR #2456 into 16.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-05-02 10:36:46 +00:00
20 changed files with 1002 additions and 0 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,
)