diff --git a/README.md b/README.md index 8f7c586bfa..248098a45e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [fs_file](fs_file/) | 17.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Field to store files into filesystem storages [fs_file_demo](fs_file_demo/) | 17.0.1.0.0 | | Demo addon for fs_file and fs_image [fs_image](fs_image/) | 17.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Field to store images into filesystem storages +[fs_product_brand_multi_image](fs_product_brand_multi_image/) | 17.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Link images to product brands [fs_product_multi_image](fs_product_multi_image/) | 17.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Manage multi images from extenal file system on product [fs_storage](fs_storage/) | 17.0.1.0.0 | | Implement the concept of Storage with amazon S3, sftp... [image_tag](image_tag/) | 17.0.1.0.0 | | Image tag model diff --git a/fs_product_brand_multi_image/README.rst b/fs_product_brand_multi_image/README.rst index d9e42db930..6262b86296 100644 --- a/fs_product_brand_multi_image/README.rst +++ b/fs_product_brand_multi_image/README.rst @@ -7,7 +7,7 @@ Fs Product Brand Multi Image !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:97df71c6f6dd320804acb6d60ddc35f8d78a7ade5a3e9f7acddf16a613893a34 + !! source digest: sha256:7834ce1acf7ebec04e5baf184ff664d93c0ad6ee99899bd66078a2af2cd2cf97 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/fs_product_brand_multi_image/static/description/index.html b/fs_product_brand_multi_image/static/description/index.html index cd187bbb35..c68b6a5f4b 100644 --- a/fs_product_brand_multi_image/static/description/index.html +++ b/fs_product_brand_multi_image/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Fs Product Brand Multi Image

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:97df71c6f6dd320804acb6d60ddc35f8d78a7ade5a3e9f7acddf16a613893a34 +!! source digest: sha256:7834ce1acf7ebec04e5baf184ff664d93c0ad6ee99899bd66078a2af2cd2cf97 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Attach images stored into an external filesystem to product brands

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 639998a3f2..b06c95a15f 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-storage" -version = "17.0.20240503.0" +version = "17.0.20240506.0" dependencies = [ "odoo-addon-fs_attachment>=17.0dev,<17.1dev", "odoo-addon-fs_base_multi_image>=17.0dev,<17.1dev", "odoo-addon-fs_file>=17.0dev,<17.1dev", "odoo-addon-fs_file_demo>=17.0dev,<17.1dev", "odoo-addon-fs_image>=17.0dev,<17.1dev", + "odoo-addon-fs_product_brand_multi_image>=17.0dev,<17.1dev", "odoo-addon-fs_product_multi_image>=17.0dev,<17.1dev", "odoo-addon-fs_storage>=17.0dev,<17.1dev", "odoo-addon-image_tag>=17.0dev,<17.1dev",