product product type does not sort correctly

Bug #854730 reported by Ferdinand
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Confirmed
Wishlist
OpenERP's Framework R&D

Bug Description

trunk
clicking on product type header -> sort incorrect
* Consumable
* Stockable ..
* Service

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello,

The problem occurs in selection fields because in selection field the database storage value is differ then the display value.

Gtk-client are sorting base on database value so it is misbehave on display.

Here selection fields value like these ('product','Stockable Product'),('consu', 'Consumable'),('service','Service')
So sorting are displayed
* Consumable (consu)
* Stockable ..(product)
* Service (service).

But it should be sort base on displayed value.

Thanks.

Changed in openobject-client:
assignee: nobody → OpenERP sa GTK client R&D (openerp-dev-gtk)
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

As the sorting has been moved completely at framework side so this needs to be improved at framework and also since OpenERP does store keys for the selection field in the database as a value so the sorting is performed on the keys. Well, This looks more like a wishlist rather than a bug.

Thanks,

affects: openobject-client → openobject-server
Changed in openobject-server:
importance: Medium → Wishlist
assignee: OpenERP sa GTK client R&D (openerp-dev-gtk) → OpenERP's Framework R&D (openerp-dev-framework)
Revision history for this message
Ferdinand (office-chricar) wrote :

I just want to emphasize that it worked (with limitations = load all records) in v5 and the feature loss can not be explained to customer (and prospects)

Revision history for this message
Richard Lewis (richard-lewis-r) wrote :

Is there a workaround for this?

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.