At the moment i am working on an odoo project and i have a kanban view. My question is how do i put a kanban element to the bottom via xml or python. Is there an index for the elements or something like that?
Asked
Active
Viewed 71 times
0
-
What do you mean with kanban element? A XML tag or a model record (like a partner for example)? – forvas Mar 01 '18 at 09:18
-
Example code (kanban view xml) would be nice here, and ofcourse forvas' question. – CZoellner Mar 01 '18 at 09:28
-
nevermind i already solved it myself, but still thank you for helping me on the problem. – Filip Mar 01 '18 at 09:37
1 Answers
0
I solved it myself. I just added _order = 'finished asc'
to the class. finished
is a record of type Boolean and tells me if the Task is finished or not.

Filip
- 73
- 2
- 6