-
-
Notifications
You must be signed in to change notification settings - Fork 200
[18.0][ADD] fs_folder: An new addon to link a folder accessed through the fsspecs library to an odoo record. #480
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
Conversation
* Sort char and text using locale and in a case and accent incensitive way * When soring on name, keep directory first into the list * Allows to define a comparison method into the field definition used if specified into the sort method
8220e6b to
2fc0260
Compare
|
@lmignon on the rename, all commit history will be lost on next version. There are options to rename the history or you can just squash all commits together and add coauthors in order to simplify everything (second option is probably the easier one) |
No need to do it 😏; the path into the history is also renamed... |
When creating a storage used to store fs folder content, disbale possible existing one created by others addons
28ec119 to
90de015
Compare
…must return a new instance
…fied This action is usefull when an action from within odoo update the content and the widget need to be refreshed
69b3527 to
72f23b5
Compare
Uses the TransactionCase class in place of BaseCommon as base class for tests to avoid error when tests are run on an database where the account module is installed but not loaded into the registry. The account addon adds a required column on the res.partner model with a default value but if the module is not loaded into the registry when a res.partner record is created, the creation fails with an integrity error
36c8f7c to
c715e12
Compare
422c0b9 to
ef5d65c
Compare
The hyphen is a valid character in the name of a directory or file.
ef5d65c to
256da4b
Compare
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
It looks like something changed on |
|
Congratulations, your PR was merged at 0269cb2. Thanks a lot for contributing to OCA. ❤️ |



If you need to link some specific models to a specific folder into an external filesystem and be able to manage the content of this folder from the model form view, the

fs_folderaddon is for you.With the contribution of @etobella