c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #04377
[Bug 665374] Re: [6.0RC1] - partner categories can't be sorted alphabetically
** Project changed: openobject-addons => openobject-server
** Summary changed:
- [6.0RC1] - partner categories can't be sorted alphabetically
+ Partner categories can't be sorted alphabetically
--
Partner categories can't be sorted alphabetically
https://bugs.launchpad.net/bugs/665374
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: Confirmed
Bug description:
it seems that
_order = 'parent_id,name'
prohibits proper sorting
not user friendly
I just want to recall that IMHO lists should always be sorted alphabetically by default
I suggest
_order = 'parent_id.name, name'
every user can "see" this
References