-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
398d64f
commit 2ca222b
Showing
12 changed files
with
106 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Base Attachment Object Store | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:f48205230e137f78803ad120cedad3bd431bd6ee5174b3a603d980e38736c68b | ||
!! source digest: sha256:66115af89c6deeae28cae6c2f5a1e5d270494044d6eba68a8ebaf860b5335b07 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
|
@@ -311,6 +311,18 @@ Tips & Tricks | |
configuration of your storage to the production environment to make it read only. | ||
(The use of server environment files is a good way to do so). | ||
|
||
Changelog | ||
========= | ||
|
||
16.0.1.0.2 (2023-10-09) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
**Bugfixes** | ||
|
||
- Ensures python 3.9 compatibility. (`#285 <https://github.com/OCA/storage/issues/285>`_) | ||
- If a storage is not used to store all the attachments by default, the call to the | ||
`get_force_db_for_default_attachment_rules` method must return an empty dictionary. (`#286 <https://github.com/OCA/storage/issues/286>`_) | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
|
@@ -345,6 +357,7 @@ Don Kendall <[email protected]> | |
Stephane Mangin <[email protected]> | ||
Laurent Mignon <[email protected]> | ||
Marie Lejeune <[email protected]> | ||
Wolfgang Pichler <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
16.0.1.0.2 (2023-10-09) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
**Bugfixes** | ||
|
||
- Ensures python 3.9 compatibility. (`#285 <https://github.com/OCA/storage/issues/285>`_) | ||
- If a storage is not used to store all the attachments by default, the call to the | ||
`get_force_db_for_default_attachment_rules` method must return an empty dictionary. (`#286 <https://github.com/OCA/storage/issues/286>`_) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
16.0.1.0.2 (2023-10-09) | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
**Bugfixes** | ||
|
||
- Avoid config error when using the webdav protocol. The auth option is expected | ||
to be a tuple not a list. Since our config is loaded from a json file, we | ||
cannot use tuples. The fix converts the list to a tuple when the config is | ||
related to a webdav protocol and the auth option is into the confix. (`#285 <https://github.com/OCA/storage/issues/285>`_) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters