Code review comment for lp:~numerigraphe/openobject-server/trunk-partner-category-short-name

Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

Hi Lionel,

Sorry for the late reply, would you mind sharing an example or a traceback of the recursion, and how you triggered it?
On first look the call to super().name_get() should never cause a recursion, unless super().name_get() [in]directly calls read() on the 'complete_name' field. And this is not the case, because _rec_name is the default 'name', not 'complete_name'. Or does this occur only if you install some specific module?

Hope I haven't missed anything obvious...

Thanks!

review: Needs Information

« Back to merge proposal