mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
12.0.20190429.0
|
||||
12.0.20190501.0
|
||||
@@ -9,6 +9,7 @@ setuptools.setup(
|
||||
version=version,
|
||||
install_requires=[
|
||||
'odoo12-addon-product_warranty',
|
||||
'odoo12-addon-stock_production_lot_warranty',
|
||||
],
|
||||
classifiers=[
|
||||
'Programming Language :: Python',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../stock_production_lot_warranty
|
||||
6
setup/stock_production_lot_warranty/setup.py
Normal file
6
setup/stock_production_lot_warranty/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user