[FIX] - incompatibility with account_invoice_constraint_chronology

This commit is contained in:
Matthias BARKAT
2024-06-13 16:37:05 +02:00
parent 2b44e6cfd3
commit 34f59c1988

View File

@@ -9,11 +9,6 @@ class AccountMove(models.Model):
_inherit = "account.move"
name = fields.Char(compute="_compute_name_by_sequence")
# highest_name, sequence_prefix and sequence_number are not needed any more
# -> compute=False to improve perf
highest_name = fields.Char(compute=False)
sequence_prefix = fields.Char(compute=False)
sequence_number = fields.Integer(compute=False)
_sql_constraints = [
(