missing sort option

Bug #390167 reported by Ferdinand
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Undecided
Yogesh (SerpentCS)

Bug Description

branch-server 1795
branch-addons 2329

the missing sort option of results creates a lot of unusable reports (and forms)

for forms at least the user can sort (after filtering/fetching all records) but reports are not enterprise ready.
see attachments

I tried to add order

Related branches

Revision history for this message
Ferdinand (office-chricar) wrote :
Revision history for this message
Ferdinand (office-chricar) wrote :

I tried to add an order by clause to reports definition in report_sale but it didn't help to sort the results (or I used the wrong reports)

Revision history for this message
Ferdinand (office-chricar) wrote :

I strongly suggest to add
<field name="orderby">[expanded variables] </field>
to xml
which applies to the "visible" column content
Example
product_id should be sorted by the translated value of product_id.name

this would allow to sort the results in the selected language

similar to
<field name="groupby" ....

Changed in openobject-server:
assignee: nobody → Ysa(Open ERP) (ysa-openerp)
status: New → Confirmed
Changed in openobject-server:
status: Confirmed → In Progress
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Things on X-axis should always be sorted(For this custom reports as they are always as numbers on x-axis).

Following to this strategy, fixed in revision 1804.

Thanks.

Changed in openobject-server:
status: In Progress → Fix Released
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.