diff --git a/README.md b/README.md index bdc218b4b2..214f514e21 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ addon | version | maintainers | summary [account_invoice_import](account_invoice_import/) | 14.0.3.4.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import supplier invoices/refunds as PDF or XML files [account_invoice_import_facturx](account_invoice_import_facturx/) | 14.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import Factur-X/ZUGFeRD supplier invoices/refunds [account_invoice_import_invoice2data](account_invoice_import_invoice2data/) | 14.0.2.4.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![bosd](https://github.com/bosd.png?size=30px)](https://github.com/bosd) | Import supplier invoices using the invoice2data lib -[account_invoice_import_simple_pdf](account_invoice_import_simple_pdf/) | 14.0.4.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import simple PDF vendor bills +[account_invoice_import_simple_pdf](account_invoice_import_simple_pdf/) | 14.0.4.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Import simple PDF vendor bills [account_invoice_import_ubl](account_invoice_import_ubl/) | 14.0.1.0.1 | | Import UBL XML supplier invoices/refunds [account_invoice_ubl](account_invoice_ubl/) | 14.0.1.0.3 | | Generate UBL XML file for customer invoices/refunds [account_invoice_ubl_email_attachment](account_invoice_ubl_email_attachment/) | 14.0.1.0.0 | | Automatically adds the UBL file to the email. @@ -64,7 +64,7 @@ addon | version | maintainers | summary [edi_webservice_oca](edi_webservice_oca/) | 14.0.1.4.1 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Defines webservice integration from EDI Exchange records [edi_xml_oca](edi_xml_oca/) | 14.0.1.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Base module for EDI exchange using XML files. [partner_identification_import](partner_identification_import/) | 14.0.1.0.1 | | Provides partner matching on extra ID -[pdf_helper](pdf_helper/) | 14.0.2.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Provides helpers to work w/ PDFs +[pdf_helper](pdf_helper/) | 14.0.2.0.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Provides helpers to work w/ PDFs [product_import](product_import/) | 14.0.1.2.0 | | Import product catalogues [product_import_ubl](product_import_ubl/) | 14.0.1.1.1 | | Import UBL XML catalogue files [purchase_order_ubl](purchase_order_ubl/) | 14.0.1.2.0 | | Embed UBL XML file inside the PDF purchase order diff --git a/account_invoice_import_simple_pdf/README.rst b/account_invoice_import_simple_pdf/README.rst index 2a32a24257..5b005c551a 100644 --- a/account_invoice_import_simple_pdf/README.rst +++ b/account_invoice_import_simple_pdf/README.rst @@ -7,7 +7,7 @@ Account Invoice Import Simple PDF !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:36f224ef046bcb7ca30a2d346c455fc15b16d0bea5e5e624a2efc074515be732 + !! source digest: sha256:717f94ddf7107433911ee56a1e02c3de3c5a14e93fde835af0e8517b503251e1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_import_simple_pdf/__manifest__.py b/account_invoice_import_simple_pdf/__manifest__.py index f157a716ca..588ab965a7 100644 --- a/account_invoice_import_simple_pdf/__manifest__.py +++ b/account_invoice_import_simple_pdf/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Invoice Import Simple PDF", - "version": "14.0.4.0.0", + "version": "14.0.4.0.1", "category": "Accounting/Accounting", "license": "AGPL-3", "summary": "Import simple PDF vendor bills", diff --git a/account_invoice_import_simple_pdf/static/description/index.html b/account_invoice_import_simple_pdf/static/description/index.html index 03b3c99dd4..84ad8e84c6 100644 --- a/account_invoice_import_simple_pdf/static/description/index.html +++ b/account_invoice_import_simple_pdf/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 @@

Account Invoice Import Simple PDF

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:36f224ef046bcb7ca30a2d346c455fc15b16d0bea5e5e624a2efc074515be732 +!! source digest: sha256:717f94ddf7107433911ee56a1e02c3de3c5a14e93fde835af0e8517b503251e1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module is an extension of the module account_invoice_import: it adds support for simple PDF invoices i.e. PDF invoice that don’t have an embedded XML file. This module has been developped to solve the drawbacks of the OCA module account_invoice_import_invoice2data ; its advantages are the following:

@@ -528,7 +529,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/pdf_helper/README.rst b/pdf_helper/README.rst index a9a2fbeaea..b7dffe6458 100644 --- a/pdf_helper/README.rst +++ b/pdf_helper/README.rst @@ -7,7 +7,7 @@ PDF Helper !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4a01a71babb2ca1eb6c2358448b59ea86cc1f91355e9dbb0dc8a17c58b9c14b1 + !! source digest: sha256:23f41c1c355860e3302e8aa92dadb0bbb35ead53be11c87cbd3a192602eac2eb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pdf_helper/__manifest__.py b/pdf_helper/__manifest__.py index f565a3189b..543cdb092e 100644 --- a/pdf_helper/__manifest__.py +++ b/pdf_helper/__manifest__.py @@ -5,7 +5,7 @@ # TODO: move it to a simple python package under OCA umbrella? { "name": "PDF Helper", - "version": "14.0.2.0.0", + "version": "14.0.2.0.1", "category": "Tools", "license": "LGPL-3", "summary": "Provides helpers to work w/ PDFs", diff --git a/pdf_helper/static/description/index.html b/pdf_helper/static/description/index.html index fa0772858b..48318f5a8c 100644 --- a/pdf_helper/static/description/index.html +++ b/pdf_helper/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 @@

PDF Helper

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4a01a71babb2ca1eb6c2358448b59ea86cc1f91355e9dbb0dc8a17c58b9c14b1 +!! source digest: sha256:23f41c1c355860e3302e8aa92dadb0bbb35ead53be11c87cbd3a192602eac2eb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Technical module to share PDF utils.

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