diff --git a/README.md b/README.md index fb9a903b35..47a08ec8d4 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ addon | version | maintainers | summary [fs_attachment](fs_attachment/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Store attachments on external object store [fs_base_multi_image](fs_base_multi_image/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Mulitple Images from External File System [fs_base_multi_media](fs_base_multi_media/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Give the possibility to store media data in external filesystem from odoo -[fs_file](fs_file/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Field to store files into filesystem storages +[fs_file](fs_file/) | 16.0.1.0.2 | [![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/) | 16.0.1.0.0 | | Demo addon for fs_file and fs_image [fs_image](fs_image/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Field to store images into filesystem storages -[fs_image_thumbnail](fs_image_thumbnail/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Generate and store thumbnail for images +[fs_image_thumbnail](fs_image_thumbnail/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Generate and store thumbnail for images [fs_product_brand_multi_image](fs_product_brand_multi_image/) | 16.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/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Manage multi images from extenal file system on product -[fs_product_multi_media](fs_product_multi_media/) | 16.0.1.0.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Link media to products and categories +[fs_product_multi_image](fs_product_multi_image/) | 16.0.1.0.2 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Manage multi images from extenal file system on product +[fs_product_multi_media](fs_product_multi_media/) | 16.0.1.0.2 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Link media to products and categories [fs_storage](fs_storage/) | 16.0.1.0.1 | | Implement the concept of Storage with amazon S3, sftp... [image_tag](image_tag/) | 16.0.1.0.1 | | Image tag model [storage_backend](storage_backend/) | 16.0.1.0.1 | | Implement the concept of Storage with amazon S3, sftp... diff --git a/fs_file/README.rst b/fs_file/README.rst index 555217cab8..196ed744b9 100644 --- a/fs_file/README.rst +++ b/fs_file/README.rst @@ -2,12 +2,12 @@ Fs File ======= -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b586cfea660156b6fadc07c560c47b0b6fca1311df98bf215011b8c7ebfe358d + !! source digest: sha256:8c23d6a1bf56a1efbd09e48e8b6c5eeacfe38788e1537b75b20c6fec98bd75f6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -212,7 +212,7 @@ promote its widespread use. Current `maintainer `__: -|maintainer-lmignon| +|maintainer-lmignon| This module is part of the `OCA/storage `_ project on GitHub. diff --git a/fs_file/__manifest__.py b/fs_file/__manifest__.py index b2382fcf1f..a1665b175c 100644 --- a/fs_file/__manifest__.py +++ b/fs_file/__manifest__.py @@ -5,7 +5,7 @@ "name": "Fs File", "summary": """ Field to store files into filesystem storages""", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/storage", diff --git a/fs_file/static/description/index.html b/fs_file/static/description/index.html index ca669ff959..dc46bef239 100644 --- a/fs_file/static/description/index.html +++ b/fs_file/static/description/index.html @@ -367,7 +367,7 @@

Fs File

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b586cfea660156b6fadc07c560c47b0b6fca1311df98bf215011b8c7ebfe358d +!! source digest: sha256:8c23d6a1bf56a1efbd09e48e8b6c5eeacfe38788e1537b75b20c6fec98bd75f6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This addon defines a new field type FSFile which is a file field that stores diff --git a/fs_image_thumbnail/README.rst b/fs_image_thumbnail/README.rst index bc2c1d9c01..2a3b987440 100644 --- a/fs_image_thumbnail/README.rst +++ b/fs_image_thumbnail/README.rst @@ -7,7 +7,7 @@ Fs Image Thumbnail !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2870e8b0fff2e9c98e03464d4e19512a1b92c822997d6cd7ca1fd062805d7931 + !! source digest: sha256:3bb3cbeae4c613ddad99937001cf3035bbfc1097e93d97c8d4caf64e941256fe !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -125,6 +125,21 @@ is even simpler: thumbnails = record.image.get_or_create_thumbnails(my_record.image, [(800,600), (400, 200)], 'my base name') +Changelog +========= + +16.0.1.0.1 (2023-10-04) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- The call to the method *get_or_create_thumbnails* on the *fs.image.thumbnail.mixin* + class returns now an ordered dictionary where the key is the original image and + the value is a recordset of thumbnail images. The order of the dict is the order + of the images passed to the method. This ensures that when you process the result + of the method you can be sure that the order of the images is the same as the + order of the images passed to the method. (`#282 `_) + Bug Tracker =========== diff --git a/fs_image_thumbnail/__manifest__.py b/fs_image_thumbnail/__manifest__.py index ac56be61ba..718307fe94 100644 --- a/fs_image_thumbnail/__manifest__.py +++ b/fs_image_thumbnail/__manifest__.py @@ -5,7 +5,7 @@ "name": "Fs Image Thumbnail", "summary": """ Generate and store thumbnail for images""", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/storage", diff --git a/fs_image_thumbnail/readme/HISTORY.rst b/fs_image_thumbnail/readme/HISTORY.rst new file mode 100644 index 0000000000..f02120778a --- /dev/null +++ b/fs_image_thumbnail/readme/HISTORY.rst @@ -0,0 +1,11 @@ +16.0.1.0.1 (2023-10-04) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- The call to the method *get_or_create_thumbnails* on the *fs.image.thumbnail.mixin* + class returns now an ordered dictionary where the key is the original image and + the value is a recordset of thumbnail images. The order of the dict is the order + of the images passed to the method. This ensures that when you process the result + of the method you can be sure that the order of the images is the same as the + order of the images passed to the method. (`#282 `_) diff --git a/fs_image_thumbnail/readme/newsfragments/282.bugfix b/fs_image_thumbnail/readme/newsfragments/282.bugfix deleted file mode 100644 index f96616eabf..0000000000 --- a/fs_image_thumbnail/readme/newsfragments/282.bugfix +++ /dev/null @@ -1,6 +0,0 @@ -The call to the method *get_or_create_thumbnails* on the *fs.image.thumbnail.mixin* -class returns now an ordered dictionary where the key is the original image and -the value is a recordset of thumbnail images. The order of the dict is the order -of the images passed to the method. This ensures that when you process the result -of the method you can be sure that the order of the images is the same as the -order of the images passed to the method. diff --git a/fs_image_thumbnail/static/description/index.html b/fs_image_thumbnail/static/description/index.html index 0e75991e04..4b108fcaeb 100644 --- a/fs_image_thumbnail/static/description/index.html +++ b/fs_image_thumbnail/static/description/index.html @@ -367,7 +367,7 @@

Fs Image Thumbnail

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

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

This module extends the fs_image addon to support the creation and the storage of @@ -385,12 +385,16 @@

Fs Image Thumbnail