Skip to content

Commit 05693ca

Browse files
[MIG] account_sequence_option: Migration to 19.0
1 parent 3d43c3b commit 05693ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

account_sequence_option/tests/test_account_sequence_option.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def test_account_sequence_options(self):
5454
# 1. Customer Invoice
5555
self.invoice = self._create_invoice("out_invoice")
5656
self.invoice.action_post()
57-
self.invoice._compute_name()
5857
name = hasattr(self.env["account.journal"], "sequence_id") and "INV" or "CINV"
5958
self.assertIn(name, self.invoice.name)
6059
# 2. Vendor Bill

0 commit comments

Comments
 (0)