diff --git a/README.md b/README.md index 1d68ea2db..2156314bd 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 1f0f79986..10029658c 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 c29e721ef..e2ebd99b2 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',