diff --git a/README.md b/README.md index b789ea18f1..0b32c687b8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [account_einvoice_generate](account_einvoice_generate/) | 14.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Technical module to generate PDF invoices with embedded XML file -[account_invoice_download](account_invoice_download/) | 14.0.1.0.2 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Auto-download supplier invoices and import them +[account_invoice_download](account_invoice_download/) | 14.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Auto-download supplier invoices and import them [account_invoice_download_ovh](account_invoice_download_ovh/) | 14.0.1.1.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Get OVH Invoice via the API [account_invoice_download_scaleway](account_invoice_download_scaleway/) | 14.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Get Scaleway Invoices via the API [account_invoice_export](account_invoice_export/) | 14.0.1.2.5 | | Account Invoice Export diff --git a/account_invoice_download/README.rst b/account_invoice_download/README.rst index 493906e412..d48ade09f8 100644 --- a/account_invoice_download/README.rst +++ b/account_invoice_download/README.rst @@ -7,7 +7,7 @@ Account Invoice Download !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ffed811434d245333016611617871e792423292876461c7c6aa77cc2e6c6cefe + !! source digest: sha256:a847b51779e5c8f1e22aae22fba408daefec86155601e724eb0ff3d7eafd141b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_download/__manifest__.py b/account_invoice_download/__manifest__.py index 65ae6e12f1..52dff9ceb2 100644 --- a/account_invoice_download/__manifest__.py +++ b/account_invoice_download/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Invoice Download", - "version": "14.0.1.0.2", + "version": "14.0.1.1.0", "category": "Accounting", "license": "AGPL-3", "summary": "Auto-download supplier invoices and import them", diff --git a/account_invoice_download/static/description/index.html b/account_invoice_download/static/description/index.html index c66e865b26..3c4df45bff 100644 --- a/account_invoice_download/static/description/index.html +++ b/account_invoice_download/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 Download

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

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

This module is the technical basis to automate the download of supplier invoices with Odoo. It must be used in combination with additionnal modules that add download backends. The technical name of these additionnal modules usually start with account_invoice_download_.

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