server-env/server_environment/models
Guewen Baconnier 27c1a41f24
Disable prefetch on env-computed fields
As in the inverse field that write the value into the <field>_env_default
we have to browse the record, the prefetch has the effect of calling
compute on the env-computed field which resets the value to it's
previous state before we have the occasion to store it.
2018-11-05 17:35:30 +01:00
..
__init__.py Add a server environment mixin 2018-11-05 17:35:29 +01:00
server_env_mixin.py Disable prefetch on env-computed fields 2018-11-05 17:35:30 +01:00