mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
11.0.20181128.0
|
||||
11.0.20190611.0
|
||||
@@ -8,6 +8,7 @@ setuptools.setup(
|
||||
description="Meta package for oca-stock-logistics-reporting Odoo addons",
|
||||
version=version,
|
||||
install_requires=[
|
||||
'odoo11-addon-stock_picking_comment_template',
|
||||
'odoo11-addon-stock_picking_report_custom_description',
|
||||
'odoo11-addon-stock_picking_report_valued',
|
||||
],
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../stock_picking_comment_template
|
||||
2
setup/stock_picking_comment_template/setup.cfg
Normal file
2
setup/stock_picking_comment_template/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
6
setup/stock_picking_comment_template/setup.py
Normal file
6
setup/stock_picking_comment_template/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