From ff39774a96d09f87e6beee18daf36b31c1f0b0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 16 Nov 2014 18:09:42 +0100 Subject: [PATCH] [FIX] account_banking_payment_test: remove usage of non-existent msg_identification field --- account_banking_tests/tests/test_payment_roundtrip.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/account_banking_tests/tests/test_payment_roundtrip.py b/account_banking_tests/tests/test_payment_roundtrip.py index 78dcc0087..04c5d4e2a 100644 --- a/account_banking_tests/tests/test_payment_roundtrip.py +++ b/account_banking_tests/tests/test_payment_roundtrip.py @@ -292,9 +292,7 @@ class TestPaymentRoundtrip(SingleTransactionCase): """ export_model = reg('banking.export.sepa.wizard') export_id = export_model.create( - cr, uid, { - 'msg_identification': 'EXP001'}, - context={'active_ids': [self.payment_order_id]}) + cr, uid, {}, context={'active_ids': [self.payment_order_id]}) export_model.create_sepa( cr, uid, [export_id]) export_model.save_sepa(