From 801bc8fc35cebe728c9a75f299e99b2b3ac4f6f8 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 29 Jul 2020 14:11:42 +0000 Subject: [PATCH] [ADD] setup.py --- setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + setup/l10n_nl_postcode/odoo/addons/l10n_nl_postcode | 1 + setup/l10n_nl_postcode/setup.py | 6 ++++++ 4 files changed, 9 insertions(+), 1 deletion(-) create mode 120000 setup/l10n_nl_postcode/odoo/addons/l10n_nl_postcode create mode 100644 setup/l10n_nl_postcode/setup.py diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2e48f51b6..c08d7032e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -13.0.20200729.0 \ No newline at end of file +13.0.20200729.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9d0f9a978..2d438c608 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -11,6 +11,7 @@ 'odoo13-addon-l10n_nl_bank', 'odoo13-addon-l10n_nl_bsn', 'odoo13-addon-l10n_nl_location_nuts', + 'odoo13-addon-l10n_nl_postcode', 'odoo13-addon-l10n_nl_xaf_auditfile_export', ], classifiers=[ diff --git a/setup/l10n_nl_postcode/odoo/addons/l10n_nl_postcode b/setup/l10n_nl_postcode/odoo/addons/l10n_nl_postcode new file mode 120000 index 000000000..f6aa8e9df --- /dev/null +++ b/setup/l10n_nl_postcode/odoo/addons/l10n_nl_postcode @@ -0,0 +1 @@ +../../../../l10n_nl_postcode \ No newline at end of file diff --git a/setup/l10n_nl_postcode/setup.py b/setup/l10n_nl_postcode/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/l10n_nl_postcode/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)