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

Commit 194bd02

Browse files
committed
[ADD] setup.py
1 parent 6b405b5 commit 194bd02

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.20190115.0
1+
11.0.20190128.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'odoo11-addon-l10n_nl_kvk',
1717
'odoo11-addon-l10n_nl_location_nuts',
1818
'odoo11-addon-l10n_nl_openkvk',
19+
'odoo11-addon-l10n_nl_partner_name',
1920
'odoo11-addon-l10n_nl_postcode',
2021
'odoo11-addon-l10n_nl_postcodeapi',
2122
'odoo11-addon-l10n_nl_tax_invoice_basis',
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../l10n_nl_partner_name

setup/l10n_nl_partner_name/setup.cfg

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

setup/l10n_nl_partner_name/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)