@@ -204,7 +204,7 @@ def test_register_payment_single_batch_grouped_keep_open_lower_amount(self):
204204 })._create_payments ()
205205
206206 self .assertRecordValues (payments , [{
207- 'memo' : Like (f'BATCH /{ self .current_year } /...' ),
207+ 'memo' : Like (f'PAY /{ self .current_year } /...' ),
208208 'payment_method_line_id' : self .inbound_payment_method_line .id ,
209209 }])
210210 self .assertRecordValues (payments .move_id .line_ids .sorted ('balance' ), [
@@ -237,7 +237,7 @@ def test_register_payment_single_batch_grouped_keep_open_higher_amount(self):
237237 })._create_payments ()
238238
239239 self .assertRecordValues (payments , [{
240- 'memo' : Like (f'BATCH /{ self .current_year } /...' ),
240+ 'memo' : Like (f'PAY /{ self .current_year } /...' ),
241241 'payment_method_line_id' : self .inbound_payment_method_line .id ,
242242 }])
243243 self .assertRecordValues (payments .move_id .line_ids .sorted ('balance' ), [
@@ -272,7 +272,7 @@ def test_register_payment_single_batch_grouped_writeoff_lower_amount_debit(self)
272272 })._create_payments ()
273273
274274 self .assertRecordValues (payments , [{
275- 'memo' : Like (f'BATCH /{ self .current_year } /...' ),
275+ 'memo' : Like (f'PAY /{ self .current_year } /...' ),
276276 'payment_method_line_id' : self .inbound_payment_method_line .id ,
277277 }])
278278 self .assertRecordValues (payments .move_id .line_ids .sorted ('balance' ), [
@@ -315,7 +315,7 @@ def test_register_payment_single_batch_grouped_writeoff_higher_amount_debit(self
315315 })._create_payments ()
316316
317317 self .assertRecordValues (payments , [{
318- 'memo' : Like (f'BATCH /{ self .current_year } /...' ),
318+ 'memo' : Like (f'PAY /{ self .current_year } /...' ),
319319 'payment_method_line_id' : self .inbound_payment_method_line .id ,
320320 }])
321321 self .assertRecordValues (payments .move_id .line_ids .sorted ('balance' ), [
0 commit comments