mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
12.0.20210310.0
|
||||
12.0.20210310.1
|
||||
@@ -56,6 +56,7 @@ setuptools.setup(
|
||||
'odoo12-addon-web_view_calendar_list',
|
||||
'odoo12-addon-web_view_searchpanel',
|
||||
'odoo12-addon-web_widget_bokeh_chart',
|
||||
'odoo12-addon-web_widget_child_selector',
|
||||
'odoo12-addon-web_widget_color',
|
||||
'odoo12-addon-web_widget_datepicker_fulloptions',
|
||||
'odoo12-addon-web_widget_digitized_signature',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../web_widget_child_selector
|
||||
6
setup/web_widget_child_selector/setup.py
Normal file
6
setup/web_widget_child_selector/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user