Maintainers
This module is maintained by the OCA.
-

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/README.md b/README.md index 5142da5a1f9..d1cb791f2a1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ addon | version | maintainers | summary [account_invoice_force_number](account_invoice_force_number/) | 15.0.1.0.0 | | Allows to force invoice numbering on specific invoices [account_invoice_line_description](account_invoice_line_description/) | 15.0.1.0.1 | | Account invoice line description [account_invoice_line_sequence](account_invoice_line_sequence/) | 15.0.1.0.0 | | Adds sequence field on invoice lines to manage its order. -[account_invoice_mass_sending](account_invoice_mass_sending/) | 15.0.1.0.1 | [](https://github.com/jguenat) | This addon adds a mass sending feature on invoices. +[account_invoice_mass_sending](account_invoice_mass_sending/) | 15.0.1.0.2 | [](https://github.com/jguenat) | This addon adds a mass sending feature on invoices. [account_invoice_merge](account_invoice_merge/) | 15.0.1.0.0 | | Merge invoices in draft [account_invoice_payment_retention](account_invoice_payment_retention/) | 15.0.1.0.0 | | Account Invoice Payment Retention [account_invoice_payment_term_date_due](account_invoice_payment_term_date_due/) | 15.0.1.1.0 | [](https://github.com/ivantodorovich) | Display invoices date due when using payment terms diff --git a/account_invoice_mass_sending/README.rst b/account_invoice_mass_sending/README.rst index b07eed9b14e..a6378c8e589 100644 --- a/account_invoice_mass_sending/README.rst +++ b/account_invoice_mass_sending/README.rst @@ -7,7 +7,7 @@ Account Invoice Mass Sending !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:242ad6afb1cc8436cc40739b6d7962f19211f539bbc76626a8857a1d3c02c7e2 + !! source digest: sha256:abcafc8f92425afbea9ae6d1a5b56d25d01ec4d0c07343c2b39924a7af388bba !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_mass_sending/__manifest__.py b/account_invoice_mass_sending/__manifest__.py index 2e843110f04..ca50f370f46 100644 --- a/account_invoice_mass_sending/__manifest__.py +++ b/account_invoice_mass_sending/__manifest__.py @@ -5,7 +5,7 @@ "name": "Account Invoice Mass Sending", "summary": """ This addon adds a mass sending feature on invoices.""", - "version": "15.0.1.0.1", + "version": "15.0.1.0.2", "license": "AGPL-3", "author": "ACSONE SA/NV, Odoo Community Association (OCA), Open Net Sàrl", "website": "https://github.com/OCA/account-invoicing", diff --git a/account_invoice_mass_sending/static/description/index.html b/account_invoice_mass_sending/static/description/index.html index a3228ebe095..54bdd20940e 100644 --- a/account_invoice_mass_sending/static/description/index.html +++ b/account_invoice_mass_sending/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 @@This module adds a mass sending feature on invoices, using asynchronous jobs.
@@ -426,7 +426,9 @@This module is maintained by the OCA.
-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.