[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-07-15 12:27:02 +00:00
parent 5bf9c63375
commit 4173b95673
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20190712.1
12.0.20190715.0

View File

@@ -34,6 +34,7 @@ setuptools.setup(
'odoo12-addon-stock_quant_manual_assign',
'odoo12-addon-stock_removal_location_by_priority',
'odoo12-addon-stock_request',
'odoo12-addon-stock_request_analytic',
'odoo12-addon-stock_request_kanban',
'odoo12-addon-stock_request_picking_type',
'odoo12-addon-stock_request_purchase',

View File

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

View File

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