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.20190604.1
|
||||
12.0.20190614.0
|
||||
@@ -25,6 +25,7 @@ setuptools.setup(
|
||||
'odoo12-addon-web_notify',
|
||||
'odoo12-addon-web_responsive',
|
||||
'odoo12-addon-web_searchbar_full_width',
|
||||
'odoo12-addon-web_switch_context_warning',
|
||||
'odoo12-addon-web_timeline',
|
||||
'odoo12-addon-web_tree_duplicate',
|
||||
'odoo12-addon-web_tree_dynamic_colored_field',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../web_switch_context_warning
|
||||
6
setup/web_switch_context_warning/setup.py
Normal file
6
setup/web_switch_context_warning/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