Skip to Content
Menu
This question has been flagged

Hello, we created some predefined filters for project.task module to show certain task.

We are struggling in sorting the data for the kanban and list views by project.

The problem is that the sort is project_id, but we wanted project_id.name for alphabetical order, and not by database id.

Is there a way to achieve that?, while altering the filter to add sort by: "project_id.name".


But we encounter an error.


The only way to achieve this is creating a related field to inherit project_id.name or there is another way to achieve this?

We are doing this by filters in web interface, not by custom module.

*update: Looking inside project.project, I believe the field sequence takes part in this disorder, is this field messing up the alphabetical order? or is it somehow a way we create projects (sometimes instead of creating, we are duplicating record, I believe that would duplicate sequence and might cause the order problem?).

Avatar
Discard
Related Posts Replies Views Activity
2
Aug 21
6105
2
Jan 22
2526
0
Oct 21
2053
2
Jul 16
3175
0
May 23
85