You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] util/fields: update usage before changing ir_model_fields
`update_field_usage` does multiple operations, e.g. adapt domains, that
depend on correctly identifying the model of a field via
`ir_model_fields`. If the rename in `ir_model_fields` is done before
updating the usage of a field the latter cannot be done correctly.
closes#97
Signed-off-by: Christophe Simonis (chs) <[email protected]>
0 commit comments