mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
@@ -19,7 +19,7 @@ class AccountMoveLine(models.Model):
|
||||
"amount": amount,
|
||||
"partner_id": self.partner_id.id,
|
||||
"statement_id": statement.id,
|
||||
"payment_ref": self.ref,
|
||||
"payment_ref": self.ref or self.name,
|
||||
"date": self.date_maturity,
|
||||
"currency_id": self.currency_id.id,
|
||||
}
|
||||
|
||||
@@ -37,7 +37,6 @@ class TestAccountBankStatementImportMoveLine(TransactionCase):
|
||||
"partner_id": cls.partner.id,
|
||||
"move_type": "out_invoice",
|
||||
"journal_id": cls.journal.id,
|
||||
"ref": "Test",
|
||||
"invoice_line_ids": [
|
||||
(
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user