Comment 4 for bug 692694

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

Hello,

This was a tricky one, due to the way the natural order of objects are used indirectly when referenced by a m2o in reporting group-by's.

We have added the name_template field to product.product, but as a fields.related (stored) instead of a function field.
This is available as of addons revision 4036 <email address hidden>.

A server-side fix was needed as well to support multiple clauses for _order of m2o relationships. This is fixed as of server revision 3140 <email address hidden>.

Thanks for reporting and for the suggested patch (which should have worked with the server-side fix)