[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:
Pedro M. Baeza
2019-08-22 19:31:06 +02:00
parent a0b3205326
commit b2fd146c3a

View File

@@ -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': [
(