diff --git a/README.md b/README.md index b05d682308..b64a9a083d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ addon | version | maintainers | summary [account_invoice_facturx](account_invoice_facturx/) | 15.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Generate Factur-X/ZUGFeRD customer invoices [base_edi](base_edi/) | 15.0.1.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Base module to aggregate EDI features. [base_facturx](base_facturx/) | 15.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Factur-X/ZUGFeRD -[base_import_pdf_by_template](base_import_pdf_by_template/) | 15.0.1.0.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Base Import Pdf by Template +[base_import_pdf_by_template](base_import_pdf_by_template/) | 15.0.1.1.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Base Import Pdf by Template [base_ubl](base_ubl/) | 15.0.1.0.1 | | Base module for Universal Business Language (UBL) [edi_account_oca](edi_account_oca/) | 15.0.1.0.1 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Define EDI Configuration for Account Moves [edi_backend_partner_oca](edi_backend_partner_oca/) | 15.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Add the a partner field to EDI backend @@ -42,7 +42,7 @@ addon | version | maintainers | summary [edi_voxel_stock_picking_secondary_unit_oca](edi_voxel_stock_picking_secondary_unit_oca/) | 15.0.1.0.0 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Export Secondary UoMs Voxel Code in picking Voxel documents [edi_webservice_oca](edi_webservice_oca/) | 15.0.1.2.2 | [![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 [pdf_helper](pdf_helper/) | 15.0.1.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 -[test_base_import_pdf_by_template](test_base_import_pdf_by_template/) | 15.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Test Base Import Pdf by Template +[test_base_import_pdf_by_template](test_base_import_pdf_by_template/) | 15.0.1.1.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Test Base Import Pdf by Template [//]: # (end addons) diff --git a/base_import_pdf_by_template/README.rst b/base_import_pdf_by_template/README.rst index 5ef8cf5d0a..a6e0029e9e 100644 --- a/base_import_pdf_by_template/README.rst +++ b/base_import_pdf_by_template/README.rst @@ -7,7 +7,7 @@ Base Import Pdf by Template !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:294bff05c4a40e6cb59a3a6a8883ab3c286f97e72bc054d98385799e4e8dcefd + !! source digest: sha256:0a0bb0a6226a78a7b6571deec9dbdc21ac4d12ff7cfbc6ac6f8729862f58e54d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_import_pdf_by_template/__manifest__.py b/base_import_pdf_by_template/__manifest__.py index d3b09bac7c..ef813c9871 100644 --- a/base_import_pdf_by_template/__manifest__.py +++ b/base_import_pdf_by_template/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Base Import Pdf by Template", - "version": "15.0.1.0.1", + "version": "15.0.1.1.0", "website": "https://github.com/OCA/edi", "author": "Tecnativa, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/base_import_pdf_by_template/static/description/index.html b/base_import_pdf_by_template/static/description/index.html index 03a26e4af6..908172f491 100644 --- a/base_import_pdf_by_template/static/description/index.html +++ b/base_import_pdf_by_template/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 @@

Base Import Pdf by Template

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:294bff05c4a40e6cb59a3a6a8883ab3c286f97e72bc054d98385799e4e8dcefd +!! source digest: sha256:0a0bb0a6226a78a7b6571deec9dbdc21ac4d12ff7cfbc6ac6f8729862f58e54d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows you to import PDF files and generate records based on the data @@ -529,7 +530,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/test_base_import_pdf_by_template/README.rst b/test_base_import_pdf_by_template/README.rst index a882f3a7a1..0a442f3baa 100644 --- a/test_base_import_pdf_by_template/README.rst +++ b/test_base_import_pdf_by_template/README.rst @@ -7,7 +7,7 @@ Test Base Import Pdf by Template !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1631d1f4a898adb35ee286ac285e23c89a0104b8649d2effcc6247ca95484665 + !! source digest: sha256:573fcf9db49dab5a8ff28f8e0c47710d0b3aae5ab1e267c5a179bada3f9b447c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/test_base_import_pdf_by_template/__manifest__.py b/test_base_import_pdf_by_template/__manifest__.py index f7bb07505d..57e997c3e5 100644 --- a/test_base_import_pdf_by_template/__manifest__.py +++ b/test_base_import_pdf_by_template/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Test Base Import Pdf by Template", - "version": "15.0.1.0.0", + "version": "15.0.1.1.0", "website": "https://github.com/OCA/edi", "author": "Tecnativa, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/test_base_import_pdf_by_template/static/description/index.html b/test_base_import_pdf_by_template/static/description/index.html index 6c32d87ad7..153fd6afbd 100644 --- a/test_base_import_pdf_by_template/static/description/index.html +++ b/test_base_import_pdf_by_template/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 @@

Test Base Import Pdf by Template

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1631d1f4a898adb35ee286ac285e23c89a0104b8649d2effcc6247ca95484665 +!! source digest: sha256:573fcf9db49dab5a8ff28f8e0c47710d0b3aae5ab1e267c5a179bada3f9b447c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Test suite for base_import_pdf_simple. Normally you don’t need to install this.

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