[FIX] account_banking_payment_test: remove usage of non-existent msg_identification field

This commit is contained in:
Stéphane Bidoul
2014-11-16 18:09:42 +01:00
parent fec7f9d249
commit ff39774a96

View File

@@ -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(