← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 766283] [NEW] product not sorted by default_code, name_template

 

Public bug reported:

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

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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


Follow ups

References