Daily updates from Odoo
Wednesday, September 25, 2019
1 change
Enhancements to existing features
Point of Sale order lists now show the most recent orders at the top. This makes it easier for staff to find and review the latest transactions without scrolling through older records.
Original PR description
**Description of the issue/feature this PR addresses:** Show last order on the top in the tree. Use the same logic of `account.move` : https://github.com/odoo/odoo/blob/master/addons/account/models/account_move.py#L26 @switch87 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr