stock_request: Add order desc for SR and SRO

This commit is contained in:
hveficent
2019-07-30 10:19:46 +02:00
committed by Kitti U
parent d9a3b3b162
commit 2ebcb1fe39
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class StockRequestOrder(models.Model):
_name = 'stock.request.order'
_description = 'Stock Request Order'
_inherit = ['mail.thread', 'mail.activity.mixin']
_order = 'id desc'
@api.model
def default_get(self, fields):