-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[FIX] turn off prefetching when reading values #301
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
|
Does this prevent fetching all the other regular fields from the records? |
|
Hi, What kind of error did you encounter? (just to understand the fix and the |
|
It prevents fetching fields not requested, in my case function fields. And this is not a fix for an error, but a fix for performace. |
|
In our case, we use it to log computed fields (say, fields B and C) based on the field A. This way we have a complete log when the field A is updated. Does this break this use case?
|
|
for the current model, it reads all fields anyways (we pass |
|
You are right, I tested on the runbot, there is no impact. 👍 |
|
👍 |
|
Hi, 5 days have passed, is there someone available to merge this please? |
|
👍 |
[FIX] turn off prefetching when reading values
Syncing from upstream OCA/server-tools (11.0)
No description provided.