Comment 6 for bug 823691

Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello tnbui,

Thanks for your feedback !

Yes you are right...a small change is still required on the fix and its already commented on the merge proposal. When the fix will be merged to trunk server that change will be also included. For time being you can test it by making these change in orm.py @ line 4051 (table, col, col_detail) = self._inherit_fields[v] just replace this line by (table, col, col_detail, original_parent) = self._inherit_fields[v]. along with the merge proposal changes.

Sorry for the inconvenience caused.

Thanks