Hi all,
I would like to know if it is possible, to order the customers by creation date and not by name.
I would like to do it on the "Tree View" in the sale part.
Someones has an idea?
Thank you a lot,
Selverine
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all,
I would like to know if it is possible, to order the customers by creation date and not by name.
I would like to do it on the "Tree View" in the sale part.
Someones has an idea?
Thank you a lot,
Selverine
Hi,
You can override the python default order in the tree view
<tree default_order='create_date'>
....
</tree>
Perfect! Thank you a lot ;-)
How to order in descending order ?
<tree default_order='date desc'> Does the trick for me.(For descinding order)
Just click on the Date column heading for documents to be reordered by date.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Apr 25
|
3433 | ||
|
5
Nov 23
|
41631 | ||
Create dynamic tree view
Solved
|
|
3
Sep 23
|
8587 | |
|
1
Sep 22
|
2913 | ||
|
1
Jun 22
|
11679 |