diff --git a/README.md b/README.md index 65d2de778d..a65ba30ade 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ addon | version | maintainers | summary [base_facturx](base_facturx/) | 12.0.1.0.0 | | Base module for Factur-X/ZUGFeRD [base_ubl](base_ubl/) | 12.0.1.1.2 | | Base module for Universal Business Language (UBL) [base_ubl_payment](base_ubl_payment/) | 12.0.1.0.1 | | Payment-related code for Universal Business Language (UBL) -[edi_oca](edi_oca/) | 12.0.1.22.2 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Define backends, exchange types, exchange records, basic automation and views for handling EDI exchanges. +[edi_oca](edi_oca/) | 12.0.1.22.3 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Define backends, exchange types, exchange records, basic automation and views for handling EDI exchanges. [purchase_order_ubl](purchase_order_ubl/) | 12.0.1.0.1 | | Embed UBL XML file inside the PDF purchase order [purchase_stock_ubl](purchase_stock_ubl/) | 12.0.1.0.1 | | Glue module for Purchase Order UBL and Stock/Inventory [sale_order_import](sale_order_import/) | 12.0.1.0.1 | | Import RFQ or sale orders from files diff --git a/edi_oca/README.rst b/edi_oca/README.rst index 52ce50fa76..49937a0ec4 100644 --- a/edi_oca/README.rst +++ b/edi_oca/README.rst @@ -7,7 +7,7 @@ EDI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f01287c625ce27da0dce47c98dc71cc93512f56237349a9e07bb5dc833e0ce9d + !! source digest: sha256:6e67f283d1415dca2f4947a091e4c7d57dc0c4eb474422121769c1351550ee48 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/edi_oca/__manifest__.py b/edi_oca/__manifest__.py index ba4eb815bb..9582f270c6 100644 --- a/edi_oca/__manifest__.py +++ b/edi_oca/__manifest__.py @@ -9,7 +9,7 @@ Define backends, exchange types, exchange records, basic automation and views for handling EDI exchanges. """, - "version": "12.0.1.22.2", + "version": "12.0.1.22.3", "website": "https://github.com/OCA/edi", "development_status": "Beta", "license": "LGPL-3", diff --git a/edi_oca/static/description/index.html b/edi_oca/static/description/index.html index ad2c7b7dd9..0ab54fdb15 100644 --- a/edi_oca/static/description/index.html +++ b/edi_oca/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 @@

EDI

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

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

Base EDI backend.

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