[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-10-01 08:37:20 +00:00
parent a47d6e9e8e
commit f73900edbd
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20200713.0 12.0.20201001.0

View File

@@ -12,6 +12,7 @@ setuptools.setup(
'odoo12-addon-rma', 'odoo12-addon-rma',
'odoo12-addon-rma_sale', 'odoo12-addon-rma_sale',
'odoo12-addon-stock_production_lot_warranty', 'odoo12-addon-stock_production_lot_warranty',
'odoo12-addon-website_rma',
], ],
classifiers=[ classifiers=[
'Programming Language :: Python', 'Programming Language :: Python',

View File

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

View File

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