[FIX] account_move_name_sequence: Now you can unlink moves without check sequence fix: 6112f4f59a
This commit is contained in:
parent
32f1630879
commit
0e5739c66f
@ -282,8 +282,6 @@ class TestAccountMoveNameSequence(TransactionCase):
|
|||||||
invoice.unlink()
|
invoice.unlink()
|
||||||
invoice.button_draft()
|
invoice.button_draft()
|
||||||
invoice.button_cancel()
|
invoice.button_cancel()
|
||||||
error_msg = "You cannot delete this entry, as it has already consumed a"
|
|
||||||
with self.assertRaisesRegex(UserError, error_msg):
|
|
||||||
invoice.unlink()
|
invoice.unlink()
|
||||||
|
|
||||||
def test_remove_invoice_error_secuence_standard(self):
|
def test_remove_invoice_error_secuence_standard(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user