mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_payment_test: remove usage of non-existent msg_identification field
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user