Closed rven closed 1 year ago
/ocabot merge patch
This PR looks fantastic, let's merge it! Prepared branch 16.0-ocabot-merge-pr-154-by-gurneyalex-bump-patch, awaiting test results.
Congratulations, your PR was merged at a652e1690e05d239edf8b3d772894c2d34786ad2. Thanks a lot for contributing to OCA. ❤️
odoo.fields.determine
requires inverse methods to have__name__
attribute. Unfortunately withpartialmethod
this attribute is not propagated even by usingfunctools.update_wrapper
. In any case,update_wrapper
would propagate the wrapped func name which is not the same here.Introduced by https://github.com/odoo/odoo/commit/36544651f2049bcf18777091dbf02c9631b33243
FWD port of #153