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

Commit 3f257e5

Browse files
committed
[ADD] setup.py
1 parent db36e22 commit 3f257e5

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.20190128.0
1+
11.0.20190131.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
description="Meta package for oca-l10n-netherlands Odoo addons",
99
version=version,
1010
install_requires=[
11+
'odoo11-addon-l10n_nl_account_credit_control',
1112
'odoo11-addon-l10n_nl_account_tax_unece',
1213
'odoo11-addon-l10n_nl_bank',
1314
'odoo11-addon-l10n_nl_bsn',
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../l10n_nl_account_credit_control
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal=1
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)