mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] account_move_base_import: native odoo account tests failing because of overriden order
This commit is contained in:
@@ -245,7 +245,7 @@ class AccountMoveLine(models.Model):
|
||||
"""
|
||||
|
||||
_inherit = "account.move.line"
|
||||
_order = "already_completed desc, date asc"
|
||||
_order = "already_completed desc, date asc, id"
|
||||
|
||||
already_completed = fields.Boolean(
|
||||
string="Auto-Completed",
|
||||
|
||||
Reference in New Issue
Block a user