[FIX] Preserve bank statement order by date

This commit is contained in:
Stefan Rijnhart
2013-08-30 22:54:33 +02:00
parent 75dddee9db
commit c06c90f557

View File

@@ -284,7 +284,6 @@ class account_bank_statement(orm.Model):
4. Ordering is based on auto generated id.
'''
_inherit = 'account.bank.statement'
_order = 'id'
_columns = {
'period_id': fields.many2one('account.period', 'Period',