-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][ADD] fs_image: New field to store your images into external filesystems #274
Merged
Conversation
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
Contributor
lmignon
commented
Aug 25, 2023
•
edited
Loading
edited
- Tests related and resize
- Add widget
- Allows to update alt_name only with dict
lmignon
force-pushed
the
16.0-add-fs-image
branch
from
August 25, 2023 07:38
bd6fc3a
to
52728c1
Compare
lmignon
force-pushed
the
16.0-add-fs-image
branch
from
September 3, 2023 12:52
8b638dc
to
a131131
Compare
Fix image streaming Fix image streaming with resize Fix content size whithout x-send-file
Uses the FilUploader component to manage the file selection and save the file content at same time as the model. Prior to this change, the content was saved as soon as it was selected which is not possible on new records
* Defines extension hooks to use to specify the object type to use as field value and the value to pass when updating the attachment. * Fixes onchange
lmignon
force-pushed
the
16.0-add-fs-image
branch
from
September 3, 2023 13:45
5166c3a
to
a349d27
Compare
lmignon
changed the title
[16.0][ADD] fs_image: wip....
[16.0][ADD] fs_image: New field to store image into external filesystems
Sep 3, 2023
lmignon
changed the title
[16.0][ADD] fs_image: New field to store image into external filesystems
[16.0][ADD] fs_image: New field to store your images into external filesystems
Sep 3, 2023
lmignon
force-pushed
the
16.0-add-fs-image
branch
from
September 5, 2023 03:20
a349d27
to
5b6cdaf
Compare
2 tasks
lmignon
force-pushed
the
16.0-add-fs-image
branch
from
September 5, 2023 13:51
5b6cdaf
to
32d4699
Compare
This was referenced Sep 5, 2023
[16.0] [ADD] fs_product_brand_multi_image: a drop-in replacement of storage_image_product_brand
#277
Merged
Store your image into an external filesystem
This code was initially used to magically know if we need to obfusc or not the filename into the database. Since this option is now explicit, we can safely remove-it. Moreover, without this code it's now possible to migrate old storage_file contents to the new fs_* addons
lmignon
force-pushed
the
16.0-add-fs-image
branch
from
September 18, 2023 14:29
7d0cf1c
to
3e8b73c
Compare
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 782c33e. Thanks a lot for contributing to OCA. ❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.