Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 715df06

Browse files
committed
[ADD] setup.py
1 parent 650a647 commit 715df06

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.0.20180509.0
1+
11.0.20180704.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
version=version,
1010
install_requires=[
1111
'odoo11-addon-l10n_nl_account_tax_unece',
12+
'odoo11-addon-l10n_nl_bank',
1213
'odoo11-addon-l10n_nl_bsn',
1314
'odoo11-addon-l10n_nl_tax_invoice_basis',
1415
'odoo11-addon-l10n_nl_tax_statement',
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../l10n_nl_bank

setup/l10n_nl_bank/setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal=1

setup/l10n_nl_bank/setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)