diff --git a/README.md b/README.md index 6e09620ab2..65d2de778d 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.1 | [![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.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. [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 af974bd506..52ce50fa76 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:567a899b758b738f5758abec399c57d71f7cab052883b4c20da136f47d86056c + !! source digest: sha256:f01287c625ce27da0dce47c98dc71cc93512f56237349a9e07bb5dc833e0ce9d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/edi_oca/__manifest__.py b/edi_oca/__manifest__.py index c454c0f7ab..ba4eb815bb 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.1", + "version": "12.0.1.22.2", "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 5f94b4ffbf..ad2c7b7dd9 100644 --- a/edi_oca/static/description/index.html +++ b/edi_oca/static/description/index.html @@ -366,7 +366,7 @@

EDI

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

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

Base EDI backend.