Skip to content

Commit 7c21840

Browse files
committed
[BOT] post-merge updates
1 parent 8b19e70 commit 7c21840

11 files changed

Lines changed: 46 additions & 36 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ addon | version | maintainers | summary
3535
[fs_storage_ms_drive](fs_storage_ms_drive/) | 18.0.2.0.0 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Add the microsoft drives (OneDrive, Sharepoint) as a storage backend
3636
[image_tag](image_tag/) | 18.0.1.0.0 | | Image tag model
3737
[microsoft_drive_account](microsoft_drive_account/) | 18.0.2.0.1 | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Link user with Microsoft
38-
[storage_backend](storage_backend/) | 18.0.1.0.0 | | Implement the concept of Storage with amazon S3, sftp...
38+
[storage_backend](storage_backend/) | 18.0.1.1.0 | | Implement the concept of Storage with amazon S3, sftp...
3939
[storage_backend_ftp](storage_backend_ftp/) | 18.0.1.0.0 | | Implement FTP Storage
4040
[storage_backend_s3](storage_backend_s3/) | 18.0.1.1.0 | | Implement amazon S3 Storage
4141
[storage_backend_sftp](storage_backend_sftp/) | 18.0.1.0.0 | | Implement SFTP Storage
42-
[storage_file](storage_file/) | 18.0.1.2.0 | | Storage file in storage backend
42+
[storage_file](storage_file/) | 18.0.1.3.0 | | Storage file in storage backend
4343
[storage_file_swap_backend_queue](storage_file_swap_backend_queue/) | 18.0.1.1.0 | <a href='https://github.com/simahawk'><img src='https://github.com/simahawk.png' width='32' height='32' style='border-radius:50%;' alt='simahawk'/></a> | Delegate storage file backend swap to queue jobs
44-
[storage_image](storage_image/) | 18.0.1.2.0 | | Store image and resized image in a storage backend
44+
[storage_image](storage_image/) | 18.0.1.3.0 | | Store image and resized image in a storage backend
4545
[storage_image_product](storage_image_product/) | 18.0.1.1.0 | | Link images to products and categories
46-
[storage_media](storage_media/) | 18.0.1.3.0 | | Give the posibility to store media data in Odoo
46+
[storage_media](storage_media/) | 18.0.1.4.0 | | Give the posibility to store media data in Odoo
4747
[storage_media_product](storage_media_product/) | 18.0.1.1.0 | | Link media to products and categories
4848
[storage_thumbnail](storage_thumbnail/) | 18.0.1.1.0 | | Abstract module that add the possibility to have thumbnail
4949

storage_backend/README.rst

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===============
26
Storage Backend
37
===============
@@ -7,13 +11,13 @@ Storage Backend
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:7b577a9f96f6fa3f26a6fa5603de86b8bca5cc78f82d1ed2948b84766989f458
14+
!! source digest: sha256:93486c7bc0b8c99e2e3fa71a055f5e4e43bf92c40926732f17bb557116c84b97
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Production/Stable
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github
@@ -66,15 +70,15 @@ Authors
6670
Contributors
6771
------------
6872

69-
- Sébastien BEAU <sebastien.beau@akretion.com>
70-
- Raphaël Reverdy <raphael.reverdy@akretion.com>
71-
- Florian da Costa <florian.dacosta@akretion.com>
72-
- Cédric Pigeon <cedric.pigeon@acsone.eu>
73-
- Renato Lima <renato.lima@akretion.com>
74-
- Benoît Guillot <benoit.guillot@akretion.com>
75-
- Laurent Mignon <laurent.mignon@acsone.eu>
76-
- Denis Roussel <denis.roussel@acsone.eu>
77-
- Thien Vo <thienvh@trobz.com>
73+
- Sébastien BEAU <sebastien.beau@akretion.com>
74+
- Raphaël Reverdy <raphael.reverdy@akretion.com>
75+
- Florian da Costa <florian.dacosta@akretion.com>
76+
- Cédric Pigeon <cedric.pigeon@acsone.eu>
77+
- Renato Lima <renato.lima@akretion.com>
78+
- Benoît Guillot <benoit.guillot@akretion.com>
79+
- Laurent Mignon <laurent.mignon@acsone.eu>
80+
- Denis Roussel <denis.roussel@acsone.eu>
81+
- Thien Vo <thienvh@trobz.com>
7882

7983
Other credits
8084
-------------

storage_backend/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Storage Backend",
77
"summary": "Implement the concept of Storage with amazon S3, sftp...",
8-
"version": "18.0.1.0.0",
8+
"version": "18.0.1.1.0",
99
"category": "Storage",
1010
"website": "https://github.com/OCA/storage",
1111
"author": " Akretion, Odoo Community Association (OCA)",

storage_backend/static/description/index.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Storage Backend</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="storage-backend">
364-
<h1 class="title">Storage Backend</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="storage-backend">
370+
<h1>Storage Backend</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:7b577a9f96f6fa3f26a6fa5603de86b8bca5cc78f82d1ed2948b84766989f458
375+
!! source digest: sha256:93486c7bc0b8c99e2e3fa71a055f5e4e43bf92c40926732f17bb557116c84b97
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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_backend"><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_backend"><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>
377+
<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/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/storage/tree/18.0/storage_backend"><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_backend"><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>
373378
<p><strong>Table of contents</strong></p>
374379
<div class="contents local topic" id="contents">
375380
<ul class="simple">
@@ -386,29 +391,29 @@ <h1 class="title">Storage Backend</h1>
386391
</ul>
387392
</div>
388393
<div class="section" id="usage">
389-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
394+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
390395
</div>
391396
<div class="section" id="changelog">
392-
<h1><a class="toc-backref" href="#toc-entry-2">Changelog</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-2">Changelog</a></h2>
393398
</div>
394399
<div class="section" id="bug-tracker">
395-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
400+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
396401
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/storage/issues">GitHub Issues</a>.
397402
In case of trouble, please check there if your issue has already been reported.
398403
If you spotted it first, help us to smash it by providing a detailed and welcomed
399404
<a class="reference external" href="https://github.com/OCA/storage/issues/new?body=module:%20storage_backend%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
400405
<p>Do not contact contributors directly about support or help with technical issues.</p>
401406
</div>
402407
<div class="section" id="credits">
403-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
408+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
404409
<div class="section" id="authors">
405-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
410+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
406411
<ul class="simple">
407412
<li>Akretion</li>
408413
</ul>
409414
</div>
410415
<div class="section" id="contributors">
411-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
416+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
412417
<ul class="simple">
413418
<li>Sébastien BEAU &lt;<a class="reference external" href="mailto:sebastien.beau&#64;akretion.com">sebastien.beau&#64;akretion.com</a>&gt;</li>
414419
<li>Raphaël Reverdy &lt;<a class="reference external" href="mailto:raphael.reverdy&#64;akretion.com">raphael.reverdy&#64;akretion.com</a>&gt;</li>
@@ -422,12 +427,12 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
422427
</ul>
423428
</div>
424429
<div class="section" id="other-credits">
425-
<h2><a class="toc-backref" href="#toc-entry-7">Other credits</a></h2>
430+
<h3><a class="toc-backref" href="#toc-entry-7">Other credits</a></h3>
426431
<p>The migration of this module from 16.0 to 18.0 was financially supported
427432
by Camptocamp.</p>
428433
</div>
429434
<div class="section" id="maintainers">
430-
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
435+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
431436
<p>This module is maintained by the OCA.</p>
432437
<a class="reference external image-reference" href="https://odoo-community.org">
433438
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -440,5 +445,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
440445
</div>
441446
</div>
442447
</div>
448+
</div>
443449
</body>
444450
</html>

storage_file/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Storage File
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:c7ccd99c8428f973c93fbbdde0021b61a5db3077bc2d7722a2f929611f8ac415
14+
!! source digest: sha256:1a39ce2643e5a57b4e3f701fc78da93169b1f50f769ad33acdeda1de1691fa4f
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

storage_file/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Storage File",
77
"summary": "Storage file in storage backend",
8-
"version": "18.0.1.2.0",
8+
"version": "18.0.1.3.0",
99
"category": "Storage",
1010
"website": "https://github.com/OCA/storage",
1111
"author": " Akretion, Odoo Community Association (OCA)",

storage_file/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Storage File</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:c7ccd99c8428f973c93fbbdde0021b61a5db3077bc2d7722a2f929611f8ac415
375+
!! source digest: sha256:1a39ce2643e5a57b4e3f701fc78da93169b1f50f769ad33acdeda1de1691fa4f
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/storage/tree/18.0/storage_file"><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_file"><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>
378378
<p>External file management depending on Storage Backend module.</p>

storage_image/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Storage Image
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:5d665efc3d0b5c44f7dec44b33a76b1f1d53557ca28803cdaf1613f2814bb73b
14+
!! source digest: sha256:712e4584c2da173c5f4276cd4c4a84ede999188592a0ff0c8f82c118754bc178
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

storage_image/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Storage Image",
77
"summary": "Store image and resized image in a storage backend",
8-
"version": "18.0.1.2.0",
8+
"version": "18.0.1.3.0",
99
"category": "Storage",
1010
"website": "https://github.com/OCA/storage",
1111
"author": " Akretion, Odoo Community Association (OCA)",

storage_image/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Storage Image</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:5d665efc3d0b5c44f7dec44b33a76b1f1d53557ca28803cdaf1613f2814bb73b
375+
!! source digest: sha256:712e4584c2da173c5f4276cd4c4a84ede999188592a0ff0c8f82c118754bc178
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/storage/tree/18.0/storage_image"><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_image"><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>
378378
<p>External image management depending on Storage File module.</p>

0 commit comments

Comments
 (0)