-
- Downloads
[FIX] orm: do not recompute m2o stored function field at read.
The get() method of m2o function fields is used for 2 different things: - call the function defining the m2o - get the name_get representation of the value Until this pathc, only the first case was handled, resulting to a useless recomputation of the field when reading it.
Loading
Please register or sign in to comment