diff --git a/README.md b/README.md index 2156314b..cc6c19a0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [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 +[l10n_nl_partner_name](l10n_nl_partner_name/) | 16.0.1.0.0 | | Adapt parter names to Dutch conventions (support infix) [l10n_nl_postcode](l10n_nl_postcode/) | 16.0.1.0.0 | [![astirpe](https://github.com/astirpe.png?size=30px)](https://github.com/astirpe) | Dutch postcode validation for Partners [l10n_nl_tax_statement](l10n_nl_tax_statement/) | 16.0.1.0.2 | | Netherlands BTW Statement [l10n_nl_tax_statement_date_range](l10n_nl_tax_statement_date_range/) | 16.0.1.0.0 | | Netherlands BTW Statement - Date range diff --git a/l10n_nl_partner_name/README.rst b/l10n_nl_partner_name/README.rst index 31231383..2a427c6c 100644 --- a/l10n_nl_partner_name/README.rst +++ b/l10n_nl_partner_name/README.rst @@ -7,7 +7,7 @@ Dutch partner names !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f8cb1b98fe2136d949f732eeda2394f64a6938aff007ab5ad473286ba230240b + !! source digest: sha256:21197f1d55f8240fd9017142107780112ffc1da6c12425da416a76f5075be148 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_nl_partner_name/static/description/index.html b/l10n_nl_partner_name/static/description/index.html index b1e27b9f..1259f467 100644 --- a/l10n_nl_partner_name/static/description/index.html +++ b/l10n_nl_partner_name/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Dutch partner names

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f8cb1b98fe2136d949f732eeda2394f64a6938aff007ab5ad473286ba230240b +!! source digest: sha256:21197f1d55f8240fd9017142107780112ffc1da6c12425da416a76f5075be148 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/l10n-netherlands Translate me on Weblate Try me on Runboat

Use Dutch conventions for partner names:

@@ -436,7 +437,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 10029658..bbe1f609 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240423.0 \ No newline at end of file +16.0.20241007.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index e2ebd99b..11de8983 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ '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', + 'odoo-addon-l10n_nl_partner_name>=16.0dev,<16.1dev', 'odoo-addon-l10n_nl_postcode>=16.0dev,<16.1dev', 'odoo-addon-l10n_nl_tax_statement>=16.0dev,<16.1dev', 'odoo-addon-l10n_nl_tax_statement_date_range>=16.0dev,<16.1dev',