[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-04-10 18:20:07 +00:00
parent a3f2006b75
commit 7e9e11d37f
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20190410.0
12.0.20190410.1

View File

@@ -12,6 +12,7 @@ setuptools.setup(
'odoo12-addon-agreement_legal',
'odoo12-addon-agreement_repair',
'odoo12-addon-agreement_serviceprofile',
'odoo12-addon-agreement_stock',
'odoo12-addon-contract',
'odoo12-addon-contract_sale',
],

View File

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

View File

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