mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Preserve bank statement order by date
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user