diff --git a/README.md b/README.md index cf124940dbe..5687922e96f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ addon | version | maintainers | summary [account_invoice_force_number](account_invoice_force_number/) | 14.0.1.0.1 | | Allows to force invoice numbering on specific invoices [account_invoice_line_description](account_invoice_line_description/) | 14.0.1.0.1 | | Account invoice line description [account_invoice_line_sequence](account_invoice_line_sequence/) | 14.0.1.0.1 | | Adds sequence field on invoice lines to manage its order. -[account_invoice_mass_sending](account_invoice_mass_sending/) | 14.0.2.0.0 | [![jguenat](https://github.com/jguenat.png?size=30px)](https://github.com/jguenat) | This addon adds a mass sending feature on invoices. +[account_invoice_mass_sending](account_invoice_mass_sending/) | 14.0.2.0.1 | [![jguenat](https://github.com/jguenat.png?size=30px)](https://github.com/jguenat) | This addon adds a mass sending feature on invoices. [account_invoice_merge](account_invoice_merge/) | 14.0.1.0.1 | | Merge invoices in draft [account_invoice_mode_at_shipping](account_invoice_mode_at_shipping/) | 14.0.1.2.0 | | Create invoices automatically when goods are shipped. [account_invoice_mode_daily](account_invoice_mode_daily/) | 14.0.1.0.0 | [![mt-software-de](https://github.com/mt-software-de.png?size=30px)](https://github.com/mt-software-de) | Create invoices automatically on a daily basis. diff --git a/account_invoice_mass_sending/README.rst b/account_invoice_mass_sending/README.rst index 98da03abe37..2459fc1384a 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:3a9b446ee5f505304fe3c0812f62a5750b0fb6412eb0602728ba1c0d15e9913f + !! source digest: sha256:a7cb0eb881983085e76da4430a3cb76030d0009ba0cb9dc211e50c7d8ba7b4a5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 f7a9b88fa56..d291d8a16e5 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": "14.0.2.0.0", + "version": "14.0.2.0.1", "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 f2cd9fcb66b..31487cd47de 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 @@

Account Invoice Mass Sending

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:3a9b446ee5f505304fe3c0812f62a5750b0fb6412eb0602728ba1c0d15e9913f +!! source digest: sha256:a7cb0eb881983085e76da4430a3cb76030d0009ba0cb9dc211e50c7d8ba7b4a5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-invoicing Translate me on Weblate Try me on Runboat

This module adds a mass sending feature on invoices, using asynchronous jobs.

@@ -422,7 +422,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.