mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] only pass unique move lines
This commit is contained in:
@@ -57,7 +57,7 @@ class AccountBankStatementLine(models.Model):
|
||||
order = orders[0]
|
||||
return self.env['account.move.line']\
|
||||
.prepare_move_lines_for_reconciliation_widget(
|
||||
order._get_transfer_move_lines())
|
||||
list(set(order._get_transfer_move_lines())))
|
||||
|
||||
@api.model
|
||||
def get_reconciliation_proposition(self, this, excluded_ids=None):
|
||||
|
||||
Reference in New Issue
Block a user