trunk - group by must sort by visible text

Bug #823047 reported by Ferdinand
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Confirmed
Wishlist
OpenERP's Framework R&D

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

Revision history for this message
Ferdinand (office-chricar) wrote :
Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

currently the sort will be dependent on the _order attribute of the field in group by if its a relational field(M2O) for other fields its fine.

Changed in openobject-server:
importance: Low → Wishlist
Revision history for this message
Ferdinand (office-chricar) wrote :

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 ?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.