Sort by Translatable field after editing it

Bug #1229997 reported by OscarAlca
34
This bug affects 8 people
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Confirmed
Low
OpenERP's Framework R&D

Bug Description

Here is the deal, when you use a translatable field for sorting list/tree views it works well unless you edit the data on the field, the database keeps the original data inputted with the create method, a better example would be:

-'name' is a translatable field

1 - we create and save a new record with name = 'A', the database has on its correspondant row the value 'A', the list shows 'A'
2 - change the value on name 'A' for 'B', the database still have 'A' in the field name on the table, the list shows 'B'
3 - then try to sort the list view by 'name' and you will notice that the list still orders by the value stored in the database not with the one you see on the tree view.

thanks in advance

Tags: maintenance
Amit Parik (amit-parik)
Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Low
status: New → Confirmed
OscarAlca (oscarolar)
description: updated
tags: added: maintenance
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.