[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-06-17 15:03:14 +00:00
parent 28b70d5d42
commit 86b484cacf
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20190611.0
11.0.20190617.0

View File

@@ -11,6 +11,7 @@ setuptools.setup(
'odoo11-addon-stock_picking_comment_template',
'odoo11-addon-stock_picking_report_custom_description',
'odoo11-addon-stock_picking_report_valued',
'odoo11-addon-stock_report_quantity_by_location',
],
classifiers=[
'Programming Language :: Python',

View File

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

View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

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