trytond: Order ir.model by model instead of translatable name

ir.model as a core model is often as many2one but ordering by the translatable name is quite slower because of the join with the translation table so better to prevent the join by using the model field.

URL: http://codereview.tryton.org/954002/

Reply via email to