Skip to content

Commit 7a7b304

Browse files
committed
[BOT] post-merge updates
1 parent 78b65e4 commit 7a7b304

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ addon | version | maintainers | summary
2626
[storage_backend](storage_backend/) | 18.0.1.0.0 | | Implement the concept of Storage with amazon S3, sftp...
2727
[storage_backend_sftp](storage_backend_sftp/) | 18.0.1.0.0 | | Implement SFTP Storage
2828
[storage_file](storage_file/) | 18.0.1.0.0 | | Storage file in storage backend
29+
[storage_thumbnail](storage_thumbnail/) | 18.0.1.0.0 | | Abstract module that add the possibility to have thumbnail
2930

3031
[//]: # (end addons)
3132

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[project]
22
name = "odoo-addons-oca-storage"
3-
version = "18.0.20250210.0"
3+
version = "18.0.20250320.0"
44
dependencies = [
55
"odoo-addon-fs_attachment==18.0.*",
66
"odoo-addon-fs_storage==18.0.*",
77
"odoo-addon-storage_backend==18.0.*",
88
"odoo-addon-storage_backend_sftp==18.0.*",
99
"odoo-addon-storage_file==18.0.*",
10+
"odoo-addon-storage_thumbnail==18.0.*",
1011
]
1112
classifiers=[
1213
"Programming Language :: Python",

storage_thumbnail/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Storage Thumbnail
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:7d819b9736618f58fefefb6b5f00415e401b70d5d855c86e5ded82606a0d770a
10+
!! source digest: sha256:3321f6180032d0f285bf859786259d133e995f1bf60c2d1250df0805789fc83f
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -56,10 +56,10 @@ Authors
5656
Contributors
5757
------------
5858

59-
- Sebastien Beau <sebastien.beau@akretion.com>
60-
- Raphaël Reverdy <raphael.reverdy@akretion.com>
61-
- Denis Roussel <denis.roussel@acsone.eu>
62-
- Vo Hong Thien <thienvh@trobz.com>
59+
- Sebastien Beau <sebastien.beau@akretion.com>
60+
- Raphaël Reverdy <raphael.reverdy@akretion.com>
61+
- Denis Roussel <denis.roussel@acsone.eu>
62+
- Vo Hong Thien <thienvh@trobz.com>
6363

6464
Other credits
6565
-------------

storage_thumbnail/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Storage Thumbnail</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:7d819b9736618f58fefefb6b5f00415e401b70d5d855c86e5ded82606a0d770a
370+
!! source digest: sha256:3321f6180032d0f285bf859786259d133e995f1bf60c2d1250df0805789fc83f
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/storage/tree/18.0/storage_thumbnail"><img alt="OCA/storage" src="https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/storage-18-0/storage-18-0-storage_thumbnail"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/storage&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>External image thumbnail management depending on Storage File module.</p>

0 commit comments

Comments
 (0)