Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

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?).

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
sie 21
6532
2
sty 22
2772
0
paź 21
2222
2
lip 16
3415
0
maj 23
86