mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
11.0.20180419.0
|
||||
11.0.20180628.0
|
||||
@@ -8,6 +8,7 @@ setuptools.setup(
|
||||
description="Meta package for oca-account-reconcile Odoo addons",
|
||||
version=version,
|
||||
install_requires=[
|
||||
'odoo11-addon-bank_statement_foreign_currency',
|
||||
'odoo11-addon-base_transaction_id',
|
||||
],
|
||||
classifiers=[
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../bank_statement_foreign_currency
|
||||
2
setup/bank_statement_foreign_currency/setup.cfg
Normal file
2
setup/bank_statement_foreign_currency/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
6
setup/bank_statement_foreign_currency/setup.py
Normal file
6
setup/bank_statement_foreign_currency/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