← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 766283] Re: product not sorted by default_code, name_template

 

IMHO the order must be applied using the translated field content if available
hence this is propably  not a postgres issue.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/766283

Title:
  product not sorted by default_code,name_template

Status in OpenERP Modules (addons):
  New

Bug description:
  product/product.py
  _order = 'default_code,name_template'
  only sorts by default_code
  if default_code is empty (which is an option as default_code is not required) data are displayed "random"
  (but at least can be sorted by product name with click on header - but this is not userfriendly)
  as described also in
  https://bugs.launchpad.net/bugs/765559


References