[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-06-30 20:36:49 +00:00
parent 1166889022
commit bc624c31d8
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20200607.0
12.0.20200630.0

View File

@@ -29,6 +29,7 @@ setuptools.setup(
'odoo12-addon-web_listview_range_select',
'odoo12-addon-web_m2x_options',
'odoo12-addon-web_no_bubble',
'odoo12-addon-web_no_crawler',
'odoo12-addon-web_notify',
'odoo12-addon-web_pivot_computed_measure',
'odoo12-addon-web_pwa_oca',

View File

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

View File

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