diff --git a/README.md b/README.md index 4b90f1d32..3247e6a25 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [edi_exchange_deduplicate_oca](edi_exchange_deduplicate_oca/) | 16.0.1.1.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Introduce a deduplication mechanism at the sending step [edi_exchange_template_oca](edi_exchange_template_oca/) | 16.0.1.1.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allows definition of exchanges via templates. [edi_notification_oca](edi_notification_oca/) | 16.0.1.0.0 | | Define notification activities on exchange records. -[edi_oca](edi_oca/) | 16.0.1.9.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/) | 16.0.1.9.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. [edi_partner_oca](edi_partner_oca/) | 16.0.1.0.1 | | EDI framework configuration and base logic for partners [edi_party_data_oca](edi_party_data_oca/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow to configure and retrieve party information for EDI exchanges. [edi_product_multi_barcode_oca](edi_product_multi_barcode_oca/) | 16.0.1.0.0 | | EDI framework configuration and base logic for product barcodes. diff --git a/edi_oca/README.rst b/edi_oca/README.rst index cb53178e7..f2f941c7e 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:73be8b023cb9bc1b08054d1a8078a12e14fbcce7e07d14b1c76615eb726c022a + !! source digest: sha256:1f3c32a17047241c835564fc0c3a4d2be69f98b7b56466b4a94d0a1650182b63 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/edi_oca/__manifest__.py b/edi_oca/__manifest__.py index 0bb44cd9f..0ae9276ce 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": "16.0.1.9.2", + "version": "16.0.1.9.3", "website": "https://github.com/OCA/edi-framework", "development_status": "Beta", "license": "LGPL-3", diff --git a/edi_oca/static/description/index.html b/edi_oca/static/description/index.html index 38530b9a1..9a15cd2ef 100644 --- a/edi_oca/static/description/index.html +++ b/edi_oca/static/description/index.html @@ -367,7 +367,7 @@

EDI

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:73be8b023cb9bc1b08054d1a8078a12e14fbcce7e07d14b1c76615eb726c022a +!! source digest: sha256:1f3c32a17047241c835564fc0c3a4d2be69f98b7b56466b4a94d0a1650182b63 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Base EDI backend.