← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 823047] Re: trunk - group by must sort by visible text

 

class product_category(osv.osv):
...
     _order = "sequence, name"

in 
product_demo.xml 
there is no sequence defined for categories , hence it should be sorted by name

Or do I missunderstand something ?

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

Title:
  trunk - group by must sort by visible text

Status in OpenERP Server:
  Confirmed

Bug description:
  to make the "group by" function usable it must group by human group criteria which is the visible (translated) text
  see attachment - 

  for a few llines human brain is able to deal with unsorted grouped
  list, but when it comes to more then 10-20 groups the usablity is near
  to zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/823047/+subscriptions


References