← Back to team overview

c2c-oerpscenario team mailing list archive

Re: [Bug 669555] Re: [6.0RC1] - default sort order missing for many objects

 

Ferdinand,

You are right, account journal and tax codes must be sorted.

I just saw that it can not be a generic rule (put _order by default
everywhere) because sorting by most recent first (=sort by id) is a good
think for lots of documents.

Ferdinand @ ChriCar wrote:
> @Fabien
> I am sorry this is not user friendly at all.
> sort by ID should be forbidden as the user can't see the sort criteria and hence does not understand why the information he sees is chaotic.
> 
> users epect sorted lists !!!!
> 
> I know it is possible to sort by clicking the column header, but this is
> always one click away from what a user expects.
> 
> Example
> Account journals, tax codes etc are all more or less unusable without beeing sorted.
> 
> and the extra click creates useless network traffic and waiting time for
> users connect via slower lines.
> 


-- 
Fabien Pinckaers
CEO OpenERP
Chaussée de Namur 40
B-1367 Grand-Rosière
Belgium
Phone: +32.81.81.37.00
Fax: +32.81.73.35.01
Web: http://openerp.com

-- 
[6.0RC1] - default sort order missing for many objects
https://bugs.launchpad.net/bugs/669555
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Invalid

Bug description:
in addons
find . -follow -name "*py" |xargs egrep 'osv\.osv| _order|_inherit'|less

IMHO each class should have either _inherit or _order to return a user friendly ordered list - especially in respect to the number of records displayed - to avoid order by id





Follow ups

References