0

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?

Filip
  • 73
  • 2
  • 6

1 Answers1

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