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.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
3
4月 25
|
3488 | ||
|
5
11月 23
|
41644 | ||
|
3
9月 23
|
8604 | ||
|
1
9月 22
|
2925 | ||
|
1
6月 22
|
11706 |