Skip to content

Syncing from upstream OCA/storage (17.0) - #380

Merged
bt-admin merged 7 commits into
brain-tec:17.0from
OCA:17.0
Jul 16, 2026
Merged

Syncing from upstream OCA/storage (17.0)#380
bt-admin merged 7 commits into
brain-tec:17.0from
OCA:17.0

Conversation

@bt-admin

Copy link
Copy Markdown

bt_gitbot

Antoni Marroig Campomar and others added 7 commits June 25, 2026 07:44
s3fs uses aiobotocore as s3 client, which is asynchronous, but Odoo does
not support async calls, therefore the call to delete objects from S3 was
not working. The fsspec library provides a way to run async calls in a
synchronous way. The fsspec.asyn.sync function is now used to run the async
call to delete objects from S3, in a synchronous way, in order to make it
work in Odoo.
Signed-off-by lmignon
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: storage-17.0/storage-17.0-fs_attachment_s3
Translate-URL: https://translation.odoo-community.org/projects/storage-17-0/storage-17-0-fs_attachment_s3/
@bt-admin bt-admin added the 17.0 label Jul 16, 2026
@bt-admin
bt-admin merged commit 6917af0 into brain-tec:17.0 Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants