diff --git a/README.md b/README.md index 793a3bc16..79b1bc4dd 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ addon | version | maintainers | summary [edi_stock_oca](edi_stock_oca/) | 16.0.1.1.1 | | Define EDI Configuration for Stock [edi_storage_oca](edi_storage_oca/) | 16.0.1.1.2 | | Base module to allow exchanging files via storage backend (eg: SFTP). [edi_ubl_oca](edi_ubl_oca/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Define EDI backend type for UBL. +[edi_utm_oca](edi_utm_oca/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Automatically assigns the EDI source to records created through the EDI mechanism. [edi_webservice_oca](edi_webservice_oca/) | 16.0.1.0.1 | [![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 [edi_xml_oca](edi_xml_oca/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Base module for EDI exchange using XML files. diff --git a/edi_utm_oca/README.rst b/edi_utm_oca/README.rst index 473e09d2c..320e4e99a 100644 --- a/edi_utm_oca/README.rst +++ b/edi_utm_oca/README.rst @@ -7,7 +7,7 @@ EDI UTM !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8906cc5516ab8b1df81638cd29e4e6f18d7ab2959e45af94db814aa964ec4c9d + !! source digest: sha256:06eb58db5cd10d916cdaa93be27dab86ff620c79944ac336fc63348c4c18e3cf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/edi_utm_oca/static/description/icon.png b/edi_utm_oca/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/edi_utm_oca/static/description/icon.png differ diff --git a/edi_utm_oca/static/description/index.html b/edi_utm_oca/static/description/index.html index 01b1d80df..ea13be748 100644 --- a/edi_utm_oca/static/description/index.html +++ b/edi_utm_oca/static/description/index.html @@ -367,7 +367,7 @@

EDI UTM

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8906cc5516ab8b1df81638cd29e4e6f18d7ab2959e45af94db814aa964ec4c9d +!! source digest: sha256:06eb58db5cd10d916cdaa93be27dab86ff620c79944ac336fc63348c4c18e3cf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module automatically assigns the EDI source to records created through the EDI mechanism.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 5baa11968..056296d06 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240725.1 \ No newline at end of file +16.0.20240912.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 39bfa57ee..df7f0bf33 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -27,6 +27,7 @@ 'odoo-addon-edi_stock_oca>=16.0dev,<16.1dev', 'odoo-addon-edi_storage_oca>=16.0dev,<16.1dev', 'odoo-addon-edi_ubl_oca>=16.0dev,<16.1dev', + 'odoo-addon-edi_utm_oca>=16.0dev,<16.1dev', 'odoo-addon-edi_webservice_oca>=16.0dev,<16.1dev', 'odoo-addon-edi_xml_oca>=16.0dev,<16.1dev', ],