[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-06-25 23:51:04 +00:00
parent d717ae57b7
commit a394cce9d1
6 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
10.0.20180419.0 10.0.20190625.0

View File

@@ -8,6 +8,7 @@ setuptools.setup(
description="Meta package for oca-rma Odoo addons", description="Meta package for oca-rma Odoo addons",
version=version, version=version,
install_requires=[ install_requires=[
'odoo10-addon-crm_claim_rma',
'odoo10-addon-crm_claim_rma_code', 'odoo10-addon-crm_claim_rma_code',
'odoo10-addon-crm_rma_location', 'odoo10-addon-crm_rma_location',
'odoo10-addon-product_warranty', 'odoo10-addon-product_warranty',

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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