diff --git a/README.md b/README.md index 214f514e21..b789ea18f1 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.1 | [![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.1.0 | [![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. diff --git a/account_invoice_import_simple_pdf/README.rst b/account_invoice_import_simple_pdf/README.rst index 5b005c551a..4d8c47665f 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:717f94ddf7107433911ee56a1e02c3de3c5a14e93fde835af0e8517b503251e1 + !! source digest: sha256:fa0b5f6dae42af4f7bd6f86eea4fa7e326d453a4803eb92dbc41650d29478df7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 588ab965a7..2a286b4128 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.1", + "version": "14.0.4.1.0", "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 84ad8e84c6..61fd56c641 100644 --- a/account_invoice_import_simple_pdf/static/description/index.html +++ b/account_invoice_import_simple_pdf/static/description/index.html @@ -367,7 +367,7 @@

Account Invoice Import Simple PDF

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

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: