From bccc50c7faa0980ba658fb7aa49d3e8aa7f12ee3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sat, 2 Dec 2023 09:12:57 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- fs_image/README.rst | 15 ++++++++- fs_image/__manifest__.py | 2 +- fs_image/readme/HISTORY.rst | 13 ++++++++ fs_image/readme/newsfragments/305.bugfix | 6 ---- fs_image/static/description/index.html | 39 ++++++++++++++++-------- 6 files changed, 55 insertions(+), 22 deletions(-) delete mode 100644 fs_image/readme/newsfragments/305.bugfix diff --git a/README.md b/README.md index dd6028ea66..9e3ce96368 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [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.5 | [![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.1 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Field to store images into filesystem storages +[fs_image](fs_image/) | 16.0.1.0.2 | [![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.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.2 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Manage multi images from extenal file system on product diff --git a/fs_image/README.rst b/fs_image/README.rst index 1b88840576..37a88a8f0f 100644 --- a/fs_image/README.rst +++ b/fs_image/README.rst @@ -7,7 +7,7 @@ Fs Image !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ec5ca93b7010a87e11c66139815adfbcd5da6df9f8508d27c7da172a5513a424 + !! source digest: sha256:12aa6d80ddfd410f208443e5310a2f25fff947aa627b08d582649dd2187fa471 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png @@ -174,6 +174,19 @@ too much bandwidth. Changelog ========= +16.0.1.0.2 (2023-12-02) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Fix view crash when uploading an image + + The rawCacheKey is appropriately managed by the base class and reflects the + record's last update datetime (write_date). + Since it lacks a setter, attempting to invalidate its value results in a view crash. + Nevertheless, the value will automatically be updated upon saving the record. (`#305 `_) + + 16.0.1.0.1 (2023-12-02) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/fs_image/__manifest__.py b/fs_image/__manifest__.py index 7bc4312346..d7bb31d3db 100644 --- a/fs_image/__manifest__.py +++ b/fs_image/__manifest__.py @@ -5,7 +5,7 @@ "name": "Fs Image", "summary": """ Field to store images 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_image/readme/HISTORY.rst b/fs_image/readme/HISTORY.rst index a9286177ad..45df0dd013 100644 --- a/fs_image/readme/HISTORY.rst +++ b/fs_image/readme/HISTORY.rst @@ -1,3 +1,16 @@ +16.0.1.0.2 (2023-12-02) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Fix view crash when uploading an image + + The rawCacheKey is appropriately managed by the base class and reflects the + record's last update datetime (write_date). + Since it lacks a setter, attempting to invalidate its value results in a view crash. + Nevertheless, the value will automatically be updated upon saving the record. (`#305 `_) + + 16.0.1.0.1 (2023-12-02) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/fs_image/readme/newsfragments/305.bugfix b/fs_image/readme/newsfragments/305.bugfix deleted file mode 100644 index 85eff0f21a..0000000000 --- a/fs_image/readme/newsfragments/305.bugfix +++ /dev/null @@ -1,6 +0,0 @@ -Fix view crash when uploading an image - -The rawCacheKey is appropriately managed by the base class and reflects the -record's last update datetime (write_date). -Since it lacks a setter, attempting to invalidate its value results in a view crash. -Nevertheless, the value will automatically be updated upon saving the record. diff --git a/fs_image/static/description/index.html b/fs_image/static/description/index.html index 9d2d51255d..3d38bf187a 100644 --- a/fs_image/static/description/index.html +++ b/fs_image/static/description/index.html @@ -367,7 +367,7 @@

Fs Image

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ec5ca93b7010a87e11c66139815adfbcd5da6df9f8508d27c7da172a5513a424 +!! source digest: sha256:12aa6d80ddfd410f208443e5310a2f25fff947aa627b08d582649dd2187fa471 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This addon defines a new field FSImage to use in your models. It is a @@ -396,14 +396,15 @@

Fs Image