[MIG] web_listview_range_select: Migration to 14.0

This commit is contained in:
Kévin Roche
2021-01-13 14:52:36 +01:00
parent 8559b2c594
commit d3b2c03a32
4 changed files with 20 additions and 15 deletions

View File

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

View File

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