mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] account_move_transactionid_import: Proper value for reference_type
If not, tests won't work with account_payment_order pre-installed.
This commit is contained in:
@@ -121,7 +121,7 @@ class TestCompletionTransactionId(SingleTransactionCase):
|
||||
'currency_id': self.env.ref('base.EUR').id,
|
||||
'partner_id': self.partner.id,
|
||||
'transaction_id': 'XXX77Z',
|
||||
'reference_type': None,
|
||||
'reference_type': 'none',
|
||||
'journal_id': self.journal.id,
|
||||
'invoice_line_ids': [
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user