commit
73910d82a4
@ -282,9 +282,7 @@ class TestAccountMoveNameSequence(TransactionCase):
|
||||
invoice.unlink()
|
||||
invoice.button_draft()
|
||||
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):
|
||||
implementation = {"implementation": "standard"}
|
||||
|
Loading…
Reference in New Issue
Block a user