[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-05-01 13:40:54 +00:00
parent 2e0521dc8b
commit abf1b7c06d
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20190429.0
12.0.20190501.0

View File

@@ -9,6 +9,7 @@ setuptools.setup(
version=version,
install_requires=[
'odoo12-addon-product_warranty',
'odoo12-addon-stock_production_lot_warranty',
],
classifiers=[
'Programming Language :: Python',

View File

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

View File

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