From 3ee75ec914a4347a3911263a700e6bdd47f0490d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 23 Apr 2024 06:47:00 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d68ea2d..2156314b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[l10n_nl_account_tax_unece](l10n_nl_account_tax_unece/) | 16.0.1.0.0 | | Auto-configure UNECE params on Dutch taxes [l10n_nl_bank](l10n_nl_bank/) | 16.0.1.0.0 | | Import all Dutch banks with BIC code [l10n_nl_bsn](l10n_nl_bsn/) | 16.0.1.0.0 | [![astirpe](https://github.com/astirpe.png?size=30px)](https://github.com/astirpe) | Burgerservicenummer (BSN) for Partners [l10n_nl_oin](l10n_nl_oin/) | 16.0.1.0.0 | [![astirpe](https://github.com/astirpe.png?size=30px)](https://github.com/astirpe) | Adds Dutch OIN field diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 1f0f7998..10029658 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240212.1 \ No newline at end of file +16.0.20240423.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c29e721e..e2ebd99b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ description="Meta package for oca-l10n-netherlands Odoo addons", version=version, install_requires=[ + 'odoo-addon-l10n_nl_account_tax_unece>=16.0dev,<16.1dev', 'odoo-addon-l10n_nl_bank>=16.0dev,<16.1dev', 'odoo-addon-l10n_nl_bsn>=16.0dev,<16.1dev', 'odoo-addon-l10n_nl_oin>=16.0dev,<16.1dev',