[REM] web_widget_datepicker_options: No longer needed

This addon is no longer needed since https://github.com/odoo/odoo/pull/25044#issuecomment-396940644 and https://github.com/odoo/odoo/pull/27541, so I remove it.
This commit is contained in:
Jairo Llopis
2018-06-13 15:58:45 +02:00
parent 80192f9239
commit 67793c90e4
11 changed files with 0 additions and 233 deletions

View File

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

View File

@@ -1,2 +0,0 @@
[bdist_wheel]
universal=1

View File

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