diff --git a/README.md b/README.md index 591a81ce..af5e7f55 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [companyweb_base](companyweb_base/) | 17.0.1.0.0 | [![xavier-bouquiaux](https://github.com/xavier-bouquiaux.png?size=30px)](https://github.com/xavier-bouquiaux) | Know who you are dealing with. Enhance Odoo partner data from companyweb.be. [companyweb_payment_info](companyweb_payment_info/) | 17.0.1.0.1 | [![xavier-bouquiaux](https://github.com/xavier-bouquiaux.png?size=30px)](https://github.com/xavier-bouquiaux) | Send your customer payment information to Companyweb +[l10n_be_partner_kbo_bce](l10n_be_partner_kbo_bce/) | 17.0.1.0.0 | | Belgium - KBO/BCE numbers [//]: # (end addons) diff --git a/l10n_be_partner_kbo_bce/README.rst b/l10n_be_partner_kbo_bce/README.rst index 02dbf50a..0d387f8b 100644 --- a/l10n_be_partner_kbo_bce/README.rst +++ b/l10n_be_partner_kbo_bce/README.rst @@ -7,7 +7,7 @@ Belgium - KBO/BCE numbers !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c44269b9a5e508ed0bd48298598c63eb405784d43a2a614a31f95e2156ed1a23 + !! source digest: sha256:22673ec4cd728f5d2b4b94e3d52bdebfe76db855a15909caadec797dac984ac9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_be_partner_kbo_bce/static/description/index.html b/l10n_be_partner_kbo_bce/static/description/index.html index be3d9aff..3e66726f 100644 --- a/l10n_be_partner_kbo_bce/static/description/index.html +++ b/l10n_be_partner_kbo_bce/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Belgium - KBO/BCE numbers

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c44269b9a5e508ed0bd48298598c63eb405784d43a2a614a31f95e2156ed1a23 +!! source digest: sha256:22673ec4cd728f5d2b4b94e3d52bdebfe76db855a15909caadec797dac984ac9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds support for KBO/BCE numbers on partner records @@ -414,7 +414,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/pyproject.toml b/setup/_metapackage/pyproject.toml index f198e8e3..73a0fee8 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-l10n-belgium" -version = "17.0.20240313.0" +version = "17.0.20240831.0" dependencies = [ "odoo-addon-companyweb_base>=17.0dev,<17.1dev", "odoo-addon-companyweb_payment_info>=17.0dev,<17.1dev", + "odoo-addon-l10n_be_partner_kbo_bce>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",