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.20190617.0
|
||||
11.0.20190619.0
|
||||
@@ -8,9 +8,11 @@ setuptools.setup(
|
||||
description="Meta package for oca-stock-logistics-reporting Odoo addons",
|
||||
version=version,
|
||||
install_requires=[
|
||||
'odoo11-addon-stock_account_quantity_history_location',
|
||||
'odoo11-addon-stock_picking_comment_template',
|
||||
'odoo11-addon-stock_picking_report_custom_description',
|
||||
'odoo11-addon-stock_picking_report_valued',
|
||||
'odoo11-addon-stock_quantity_history_location',
|
||||
'odoo11-addon-stock_report_quantity_by_location',
|
||||
],
|
||||
classifiers=[
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../stock_account_quantity_history_location
|
||||
2
setup/stock_account_quantity_history_location/setup.cfg
Normal file
2
setup/stock_account_quantity_history_location/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
6
setup/stock_account_quantity_history_location/setup.py
Normal file
6
setup/stock_account_quantity_history_location/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
@@ -0,0 +1 @@
|
||||
../../../../stock_quantity_history_location
|
||||
2
setup/stock_quantity_history_location/setup.cfg
Normal file
2
setup/stock_quantity_history_location/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
6
setup/stock_quantity_history_location/setup.py
Normal file
6
setup/stock_quantity_history_location/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