From a2428b6ac52b2cef4292c674acef032b62d5bb91 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 20 Jan 2025 12:58:57 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + edi_storage_oca/README.rst | 2 +- edi_storage_oca/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49a2e842f..fa6f33e10 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [edi_exchange_template_oca](edi_exchange_template_oca/) | 17.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allows definition of exchanges via templates. [edi_oca](edi_oca/) | 17.0.1.2.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) | Define backends, exchange types, exchange records, basic automation and views for handling EDI exchanges. [edi_project_oca](edi_project_oca/) | 17.0.1.0.0 | | Define EDI Configuration for Projects and Tasks +[edi_storage_oca](edi_storage_oca/) | 17.0.1.0.0 | | Base module to allow exchanging files via storage backend (eg: SFTP). [edi_webservice_oca](edi_webservice_oca/) | 17.0.1.0.0 | [![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 [//]: # (end addons) diff --git a/edi_storage_oca/README.rst b/edi_storage_oca/README.rst index 3f809d8f1..0598da5a0 100644 --- a/edi_storage_oca/README.rst +++ b/edi_storage_oca/README.rst @@ -7,7 +7,7 @@ EDI Storage backend support !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d6ba5b096c3d0d1505c66193b4234c6c9d934e52fec2cd275bf730fd2d65e9fa + !! source digest: sha256:3f4c2b8960abe18f5fd0f16188032ea890fb77490f421d731b8065d9e3fa25c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/edi_storage_oca/static/description/index.html b/edi_storage_oca/static/description/index.html index d613d9c2c..35a61dab7 100644 --- a/edi_storage_oca/static/description/index.html +++ b/edi_storage_oca/static/description/index.html @@ -367,7 +367,7 @@

EDI Storage backend support

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d6ba5b096c3d0d1505c66193b4234c6c9d934e52fec2cd275bf730fd2d65e9fa +!! source digest: sha256:3f4c2b8960abe18f5fd0f16188032ea890fb77490f421d731b8065d9e3fa25c4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Allow exchange files using storage backends from OCA/storage.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 12125be64..5556d8087 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-edi-framework" -version = "17.0.20241211.0" +version = "17.0.20250120.0" dependencies = [ "odoo-addon-edi_account_oca>=17.0dev,<17.1dev", "odoo-addon-edi_endpoint_oca>=17.0dev,<17.1dev", "odoo-addon-edi_exchange_template_oca>=17.0dev,<17.1dev", "odoo-addon-edi_oca>=17.0dev,<17.1dev", "odoo-addon-edi_project_oca>=17.0dev,<17.1dev", + "odoo-addon-edi_storage_oca>=17.0dev,<17.1dev", "odoo-addon-edi_webservice_oca>=17.0dev,<17.1dev", ] classifiers=[