From 3ea8531860d19b3e406bfbd2a869653cf29b7dea Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 4 Oct 2023 07:52:30 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 8 ++-- fs_file/README.rst | 6 +-- fs_file/__manifest__.py | 2 +- fs_file/static/description/index.html | 2 +- fs_image_thumbnail/README.rst | 17 ++++++- fs_image_thumbnail/__manifest__.py | 2 +- fs_image_thumbnail/readme/HISTORY.rst | 11 +++++ .../readme/newsfragments/282.bugfix | 6 --- .../static/description/index.html | 45 +++++++++++++------ fs_product_multi_image/README.rst | 13 +++++- fs_product_multi_image/__manifest__.py | 2 +- fs_product_multi_image/readme/HISTORY.rst | 7 +++ .../readme/newsfragments/282.bugfix | 2 - .../static/description/index.html | 37 ++++++++++----- fs_product_multi_media/README.rst | 13 +++++- fs_product_multi_media/__manifest__.py | 2 +- fs_product_multi_media/readme/HISTORY.rst | 7 +++ .../readme/newsfragments/282.bugfix | 2 - .../static/description/index.html | 37 ++++++++++----- 19 files changed, 161 insertions(+), 60 deletions(-) create mode 100644 fs_image_thumbnail/readme/HISTORY.rst delete mode 100644 fs_image_thumbnail/readme/newsfragments/282.bugfix create mode 100644 fs_product_multi_image/readme/HISTORY.rst delete mode 100644 fs_product_multi_image/readme/newsfragments/282.bugfix create mode 100644 fs_product_multi_media/readme/HISTORY.rst delete mode 100644 fs_product_multi_media/readme/newsfragments/282.bugfix 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

  • Use Cases / Context
  • Usage
  • -
  • Bug Tracker
  • -
  • Credits @@ -463,8 +467,23 @@

    Usage

    [(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

    +

    Bug Tracker

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -472,28 +491,28 @@

    Bug Tracker

    Do not contact contributors directly about support or help with technical issues.

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • ACSONE SA/NV
    -

    Other credits

    +

    Other credits

    The development of this module has been financially supported by:

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose diff --git a/fs_product_multi_image/README.rst b/fs_product_multi_image/README.rst index e37c06b8a2..d29c858bf6 100644 --- a/fs_product_multi_image/README.rst +++ b/fs_product_multi_image/README.rst @@ -7,7 +7,7 @@ Fs Product Multi Image !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:04191dc8bd79efbbdc6817de4322bcbee0438dce6f1d5b09e77c15513e3b64b7 + !! source digest: sha256:df1c70da592eb6cbd718959231d1bb4aa9ca1f4d69c4a81baf5b3d9a794d01a7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -60,6 +60,17 @@ the image tag of the product template for the same variant attribute values. In every case, a main image is computed and used as the default image for the object. It depends on the sequence of the images (first one is the main one). +Changelog +========= + +16.0.1.0.2 (2023-10-04) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Ensures the variant_image_ids are sorted by sequence and name. Before this + change, the order was random and could change between runs. (`#282 `_) + Bug Tracker =========== diff --git a/fs_product_multi_image/__manifest__.py b/fs_product_multi_image/__manifest__.py index d33ceb9cf3..a615745dc3 100644 --- a/fs_product_multi_image/__manifest__.py +++ b/fs_product_multi_image/__manifest__.py @@ -5,7 +5,7 @@ "name": "Fs Product Multi Image", "summary": """ Manage multi images from extenal file system on product""", - "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_product_multi_image/readme/HISTORY.rst b/fs_product_multi_image/readme/HISTORY.rst new file mode 100644 index 0000000000..3e28f368c6 --- /dev/null +++ b/fs_product_multi_image/readme/HISTORY.rst @@ -0,0 +1,7 @@ +16.0.1.0.2 (2023-10-04) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Ensures the variant_image_ids are sorted by sequence and name. Before this + change, the order was random and could change between runs. (`#282 `_) diff --git a/fs_product_multi_image/readme/newsfragments/282.bugfix b/fs_product_multi_image/readme/newsfragments/282.bugfix deleted file mode 100644 index 91473571d8..0000000000 --- a/fs_product_multi_image/readme/newsfragments/282.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Ensures the variant_image_ids are sorted by sequence and name. Before this -change, the order was random and could change between runs. diff --git a/fs_product_multi_image/static/description/index.html b/fs_product_multi_image/static/description/index.html index 4bd645afb8..20916af812 100644 --- a/fs_product_multi_image/static/description/index.html +++ b/fs_product_multi_image/static/description/index.html @@ -367,7 +367,7 @@

    Fs Product Multi Image

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:04191dc8bd79efbbdc6817de4322bcbee0438dce6f1d5b09e77c15513e3b64b7 +!! source digest: sha256:df1c70da592eb6cbd718959231d1bb4aa9ca1f4d69c4a81baf5b3d9a794d01a7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

    Attach images to products and categories and store them on an external @@ -383,11 +383,15 @@

    Fs Product Multi Image

    +
    +

    Changelog

    +
    +

    16.0.1.0.2 (2023-10-04)

    +

    Bugfixes

    +
      +
    • Ensures the variant_image_ids are sorted by sequence and name. Before this +change, the order was random and could change between runs. (#282)
    • +
    +
    +
    -

    Bug Tracker

    +

    Bug Tracker

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -414,15 +429,15 @@

    Bug Tracker

    Do not contact contributors directly about support or help with technical issues.

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • ACSONE SA/NV
    -

    Contributors

    +

    Contributors

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose diff --git a/fs_product_multi_media/README.rst b/fs_product_multi_media/README.rst index c0d1c21e5a..529605f814 100644 --- a/fs_product_multi_media/README.rst +++ b/fs_product_multi_media/README.rst @@ -7,7 +7,7 @@ Fs Product Multi Media !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b649191cb95b8b72063aeb4dcae0a56ce173ba8e39aa0a6ac71809d55865720f + !! source digest: sha256:3911858ee6494b88ab7dce64232131c25f9ef04a96d9e4604f06b2c56f24ec76 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -53,6 +53,17 @@ existing one. When attaching a media to a product you can also specify for which variant attribute values the media is valid. +Changelog +========= + +16.0.1.0.2 (2023-10-04) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Ensures the variant_media_ids are sorted by sequence and name. Before this + change, the order was random and could change between runs. (`#282 `_) + Bug Tracker =========== diff --git a/fs_product_multi_media/__manifest__.py b/fs_product_multi_media/__manifest__.py index 37cb64d998..67192d95ac 100644 --- a/fs_product_multi_media/__manifest__.py +++ b/fs_product_multi_media/__manifest__.py @@ -5,7 +5,7 @@ "name": "Fs Product Multi Media", "summary": """ Link media to products and categories""", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "license": "AGPL-3", "author": "ACSONE SA/NV,Akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/storage", diff --git a/fs_product_multi_media/readme/HISTORY.rst b/fs_product_multi_media/readme/HISTORY.rst new file mode 100644 index 0000000000..60921bc9b2 --- /dev/null +++ b/fs_product_multi_media/readme/HISTORY.rst @@ -0,0 +1,7 @@ +16.0.1.0.2 (2023-10-04) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Ensures the variant_media_ids are sorted by sequence and name. Before this + change, the order was random and could change between runs. (`#282 `_) diff --git a/fs_product_multi_media/readme/newsfragments/282.bugfix b/fs_product_multi_media/readme/newsfragments/282.bugfix deleted file mode 100644 index d2c21e6758..0000000000 --- a/fs_product_multi_media/readme/newsfragments/282.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Ensures the variant_media_ids are sorted by sequence and name. Before this -change, the order was random and could change between runs. diff --git a/fs_product_multi_media/static/description/index.html b/fs_product_multi_media/static/description/index.html index e64d8e1eed..0e54d5231c 100644 --- a/fs_product_multi_media/static/description/index.html +++ b/fs_product_multi_media/static/description/index.html @@ -367,7 +367,7 @@

    Fs Product Multi Media

    !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b649191cb95b8b72063aeb4dcae0a56ce173ba8e39aa0a6ac71809d55865720f +!! source digest: sha256:3911858ee6494b88ab7dce64232131c25f9ef04a96d9e4604f06b2c56f24ec76 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

    Attach medias to products and categories and store them on an external @@ -383,11 +383,15 @@

    Fs Product Multi Media

    +
    +

    Changelog

    +
    +

    16.0.1.0.2 (2023-10-04)

    +

    Bugfixes

    +
      +
    • Ensures the variant_media_ids are sorted by sequence and name. Before this +change, the order was random and could change between runs. (#282)
    • +
    +
    +
    -

    Bug Tracker

    +

    Bug Tracker

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -409,23 +424,23 @@

    Bug Tracker

    Do not contact contributors directly about support or help with technical issues.

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • ACSONE SA/NV
    • Akretion
    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose