Skip to content

Commit

Permalink
Merge PR #1777 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed Sep 11, 2024
2 parents 542001f + e474ce7 commit 007b291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_invoice_pricelist/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class AccountMove(models.Model):
store=True,
readonly=True,
precompute=True,
copy=True,
)

@api.constrains("pricelist_id", "currency_id")
Expand Down

0 comments on commit 007b291

Please sign in to comment.