From d1cff60dd04a6871742d2d966a5d6e08ef1d209c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 29 Nov 2024 14:53:27 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + l10n_us_partner_legal_number/README.rst | 10 +++++----- .../static/description/index.html | 13 ++++++++----- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index bf46d39a..86a0f42c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [l10n_us_form_1099](l10n_us_form_1099/) | 17.0.1.0.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Manage 1099 Types and Suppliers [l10n_us_mis_financial_report](l10n_us_mis_financial_report/) | 17.0.1.0.0 | [![Christian-RB](https://github.com/Christian-RB.png?size=30px)](https://github.com/Christian-RB) | Profit & Loss (US) / Balance sheet (US) MIS templates +[l10n_us_partner_legal_number](l10n_us_partner_legal_number/) | 17.0.1.0.0 | | Add Legal Number for North American Banking & Financials [//]: # (end addons) diff --git a/l10n_us_partner_legal_number/README.rst b/l10n_us_partner_legal_number/README.rst index a5f5db9a..11592c85 100644 --- a/l10n_us_partner_legal_number/README.rst +++ b/l10n_us_partner_legal_number/README.rst @@ -7,7 +7,7 @@ Add Legal Number for North American Banking & Financials !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0c77630412fcc3a3857fb1f6000d4dd0d5cfe95137c5068be138701cf02689ec + !! source digest: sha256:3dac96147bcb832c6f2de7bdba9791c8fd3647373ea94ff4686f5b4877ca3cbe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -61,10 +61,10 @@ Authors Contributors ------------ -- Chankya Soni -- Maxime Chambreuil -- Serpent Consulting Services Pvt. Ltd. -- Levent Karakas +- Chankya Soni +- Maxime Chambreuil +- Serpent Consulting Services Pvt. Ltd. +- Levent Karakas Maintainers ----------- diff --git a/l10n_us_partner_legal_number/static/description/index.html b/l10n_us_partner_legal_number/static/description/index.html index cfbe0de2..2a72cc1f 100644 --- a/l10n_us_partner_legal_number/static/description/index.html +++ b/l10n_us_partner_legal_number/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 @@

Add Legal Number for North American Banking & Financials

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

Add Legal Number for North American Banking & Financials

@@ -415,7 +416,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 3f142100..c9916db2 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-l10n-usa" -version = "17.0.20241119.0" +version = "17.0.20241129.0" dependencies = [ "odoo-addon-l10n_us_form_1099>=17.0dev,<17.1dev", "odoo-addon-l10n_us_mis_financial_report>=17.0dev,<17.1dev", + "odoo-addon-l10n_us_partner_legal_number>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",