``odoo.fields.determine`` requires inverse methods to have ``__name__`` attribute.
Unfortunately with ``partialmethod`` this attribute is not propagated
even by using ``functools.update_wrapper``.
In any case, `update_wrapper` would propagate the wrapped func name
which is not the same here.
Introduced by
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| server_env_mixin.py | ||
| server_env_tech_name_mixin.py | ||