[ADD] setup.py

pull/1347/head
OCA-git-bot 2019-07-29 15:56:45 +00:00
parent 9018157dcc
commit 9900dc6c6f
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20190725.1 12.0.20190729.0

View File

@ -28,6 +28,7 @@ setuptools.setup(
'odoo12-addon-web_notify', 'odoo12-addon-web_notify',
'odoo12-addon-web_responsive', 'odoo12-addon-web_responsive',
'odoo12-addon-web_searchbar_full_width', 'odoo12-addon-web_searchbar_full_width',
'odoo12-addon-web_send_message_popup',
'odoo12-addon-web_switch_context_warning', 'odoo12-addon-web_switch_context_warning',
'odoo12-addon-web_timeline', 'odoo12-addon-web_timeline',
'odoo12-addon-web_tree_duplicate', 'odoo12-addon-web_tree_duplicate',

View File

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

View File

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