Skip to content

Commit d73b30d

Browse files
committed
[BOT] post-merge updates
1 parent b179abb commit d73b30d

7 files changed

Lines changed: 37 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ addon | version | maintainers | summary
3434
[fs_folder](fs_folder/) | 18.0.1.0.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | A module to link to Odoo records and manage from record forms forlders from external file systems
3535
[fs_folder_demo](fs_folder_demo/) | 18.0.1.0.0 (unported) | | Demo for fs_folder addon
3636
[fs_folder_ms_drive](fs_folder_ms_drive/) | 18.0.1.0.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Display and manage your files from Microsoft drives from within Odoo
37+
[fs_folder_webdav](fs_folder_webdav/) | 18.0.1.0.0 (unported) | <a href='https://github.com/jguenat'><img src='https://github.com/jguenat.png' width='32' height='32' style='border-radius:50%;' alt='jguenat'/></a> | UI improvement when managing WebDAV folder
3738
[fs_image](fs_image/) | 18.0.1.0.0 (unported) | <a href='https://github.com/lmignon'><img src='https://github.com/lmignon.png' width='32' height='32' style='border-radius:50%;' alt='lmignon'/></a> | Field to store images into filesystem storages
3839
[fs_storage_ms_drive](fs_storage_ms_drive/) | 18.0.1.0.0 (unported) | <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
3940
[image_tag](image_tag/) | 18.0.1.0.0 (unported) | | Image tag model
@@ -43,9 +44,9 @@ addon | version | maintainers | summary
4344
[storage_backend_s3](storage_backend_s3/) | 18.0.1.1.0 (unported) | | Implement amazon S3 Storage
4445
[storage_backend_sftp](storage_backend_sftp/) | 18.0.1.0.0 (unported) | | Implement SFTP Storage
4546
[storage_file](storage_file/) | 18.0.1.0.0 (unported) | | Storage file in storage backend
46-
[storage_image](storage_image/) | 18.0.1.0.0 (unported) | | Store image and resized image in a storage backend
47+
[storage_image](storage_image/) | 18.0.1.0.1 (unported) | | Store image and resized image in a storage backend
4748
[storage_image_product](storage_image_product/) | 18.0.1.0.0 (unported) | | Link images to products and categories
48-
[storage_media](storage_media/) | 18.0.1.1.0 (unported) | | Give the posibility to store media data in Odoo
49+
[storage_media](storage_media/) | 18.0.1.1.1 (unported) | | Give the posibility to store media data in Odoo
4950
[storage_media_product](storage_media_product/) | 18.0.1.0.0 (unported) | | Link media to products and categories
5051
[storage_thumbnail](storage_thumbnail/) | 18.0.1.0.0 (unported) | | Abstract module that add the possibility to have thumbnail
5152

fs_attachment/README.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Base Attachment Object Store
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:b538bdd4550bf30d84856ee09ba2e9eaed1899b61cf9030c66d684bafa094c69
14+
!! source digest: sha256:ce9d292f2845a97f14ced8411d75631011d9758421a1a2dc0196b246c19526fd
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -331,6 +331,17 @@ Tips & Tricks
331331
storage to the production environment to make it read only. (The use
332332
of server environment files is a good way to do so).
333333

334+
- When enabling ``Use As Default For Attachment`` you must be aware that
335+
this option applies from the point when the ``fs_attachment`` has been
336+
loaded by Odoo. This means that some attachments (such as icons)
337+
created during the update of modules that are loaded before
338+
``fs_attachment`` will still be stored in the location defined in the
339+
``ir_attachment.location`` system parameter (which is ``file`` by
340+
default, meaning the regular on-disk ``filestore`` directory).
341+
342+
A simple way to work around this issue is to set the
343+
``ir_attachment.location`` System Parameter record to ``db``.
344+
334345
Changelog
335346
=========
336347

fs_attachment/static/description/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Base Attachment Object Store</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:b538bdd4550bf30d84856ee09ba2e9eaed1899b61cf9030c66d684bafa094c69
375+
!! source digest: sha256:ce9d292f2845a97f14ced8411d75631011d9758421a1a2dc0196b246c19526fd
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/storage/tree/19.0/fs_attachment"><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-19-0/storage-19-0-fs_attachment"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>In some cases, you need to store attachment in another system that the
@@ -678,6 +678,16 @@ <h3><a class="toc-backref" href="#toc-entry-5">Tips &amp; Tricks</a></h3>
678678
storage to the production environment to make it read only. (The use
679679
of server environment files is a good way to do so).</p>
680680
</li>
681+
<li><p class="first">When enabling <tt class="docutils literal">Use As Default For Attachment</tt> you must be aware that
682+
this option applies from the point when the <tt class="docutils literal">fs_attachment</tt> has been
683+
loaded by Odoo. This means that some attachments (such as icons)
684+
created during the update of modules that are loaded before
685+
<tt class="docutils literal">fs_attachment</tt> will still be stored in the location defined in the
686+
<tt class="docutils literal">ir_attachment.location</tt> system parameter (which is <tt class="docutils literal">file</tt> by
687+
default, meaning the regular on-disk <tt class="docutils literal">filestore</tt> directory).</p>
688+
<p>A simple way to work around this issue is to set the
689+
<tt class="docutils literal">ir_attachment.location</tt> System Parameter record to <tt class="docutils literal">db</tt>.</p>
690+
</li>
681691
</ul>
682692
</div>
683693
</div>

fs_attachment_s3/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fs Attachment S3
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:fa6cd8ca3c6ea2e5d68db8c84d27f352c43b8082fc09986d14a15a7adbbc1050
14+
!! source digest: sha256:fcb24cfd8b4bcfe9a8fb20fec257045820d89324ab0d09151a65673bf5b5e2f6
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

fs_attachment_s3/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Fs Attachment S3</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:fa6cd8ca3c6ea2e5d68db8c84d27f352c43b8082fc09986d14a15a7adbbc1050
375+
!! source digest: sha256:fcb24cfd8b4bcfe9a8fb20fec257045820d89324ab0d09151a65673bf5b5e2f6
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/storage/tree/19.0/fs_attachment_s3"><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-19-0/storage-19-0-fs_attachment_s3"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module extends the functionality of

fs_storage/README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Filesystem Storage Backend
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:d6598b0a51d1cc3d34beb373ee034ab2a0d05e81976444ee20c2ad670f127949
14+
!! source digest: sha256:842f827a50753a0a4727339087056916ff0b598ab153a16dc9442cbd5f3ca854
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -191,6 +191,10 @@ for the following fields:
191191
- options
192192
- directory_path
193193

194+
When evaluating directory_path, ``{db_name}`` is replaced by the
195+
database name. This is usefull in multi-tenant with a setup completly
196+
controlled by configuration files.
197+
194198
Migration from storage_backend
195199
------------------------------
196200

fs_storage/static/description/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Filesystem Storage Backend</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:d6598b0a51d1cc3d34beb373ee034ab2a0d05e81976444ee20c2ad670f127949
375+
!! source digest: sha256:842f827a50753a0a4727339087056916ff0b598ab153a16dc9442cbd5f3ca854
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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/19.0/fs_storage"><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-19-0/storage-19-0-fs_storage"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This addon is a technical addon that allows you to define filesystem
@@ -545,6 +545,9 @@ <h3><a class="toc-backref" href="#toc-entry-3">Server Environment</a></h3>
545545
<li>options</li>
546546
<li>directory_path</li>
547547
</ul>
548+
<p>When evaluating directory_path, <tt class="docutils literal">{db_name}</tt> is replaced by the
549+
database name. This is usefull in multi-tenant with a setup completly
550+
controlled by configuration files.</p>
548551
</div>
549552
<div class="section" id="migration-from-storage-backend">
550553
<h3><a class="toc-backref" href="#toc-entry-4">Migration from storage_backend</a></h3>

0 commit comments

Comments
 (0)