Replace opportunity order reference to id

This commit is contained in:
resteve 2014-02-07 09:29:25 +01:00
parent 980d2c57a4
commit e20ffb2f81
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class SaleOpportunity:
@classmethod
def __setup__(cls):
super(SaleOpportunity, cls).__setup__()
cls._order.insert(1, ('reference', 'DESC'))
cls._order.insert(1, ('id', 'DESC'))
cls._buttons.update({
'add_reply': {},
'talk_note': {},