Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
10655 Prikazi

Hello guys!

How could I change the default order of the records in a tree view?

I want to order according to the date column rather than the name column. By default.

Thanks

Avatar
Opusti
Best Answer

Hello, for date fields you can use this example in your model:

_order = 'report_date desc'


Avatar
Opusti
Avtor Best Answer

https://www.odoo.com/fr_FR/forum/help-1/question/changing-default-column-sort-in-work-orders-56096

Avatar
Opusti