Skip to Content
Menu
This question has been flagged
1 Reply
3832 Views

Hi

I'm using Odoo 11 enterprise version. 

Now when I enter sales order its sorts according to alphabetic order.

I need to get in the same order how I entered.

Is there any possibility to do so.


Thanks

Avatar
Discard
Best Answer

Hi,

What you can do is that activate the developer mode and open the tree view of the sale order. Then click on lady debugger button on the top right of the screen near the logged in username.




Click on Edit List View.


Then in the tree attribute add like this default_order="create_date desc"

Avatar
Discard