2
0

Merge PR #1562 into 16.0

Signed-off-by moylop260
This commit is contained in:
OCA-git-bot 2023-01-24 15:02:54 +00:00
commit 2488b7bc00
2 changed files with 3 additions and 1 deletions

View File

@ -70,3 +70,6 @@ class AccountMove(models.Model):
if moves:
self.flush_model(["name", "journal_id", "move_type", "state"])
return super()._fetch_duplicate_supplier_reference(only_posted=only_posted)
def _get_last_sequence(self, relaxed=False, with_prefix=None, lock=True):
return super()._get_last_sequence(relaxed, None, lock)

View File

@ -309,7 +309,6 @@ class TestAccountMoveNameSequence(TransactionCase):
],
}
)
in_refund_invoice._compute_split_sequence()
self.assertEqual(in_refund_invoice.name, "/")
in_refund_invoice.action_post()
error_msg = "You cannot delete an item linked to a posted entry."