-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
[14.0][FIX] dms #292
[14.0][FIX] dms #292
Conversation
Steps to reproduce the problem in a runboat? |
@pedrobaeza go to some directory and try to add a file from file_ids field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, the proper patch should be to replace line:
"id": current_dir.id,
with
"id": current_dir._origin.id,
da77722
to
3629bec
Compare
/ocabot merge patch Please fw-port it to upper versions. |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 707a2bc. Thanks a lot for contributing to OCA. ❤️ |
Error when adding file using the file_ids field in directories view form.
The current_dir was an object of type NewID and there was a problem serializing it with the json.dumps method.