Skip to content

Commit

Permalink
[FIX] account_invoice_pricelist: Added copy attribute in the pricelis…
Browse files Browse the repository at this point in the history
…t_id field
  • Loading branch information
bizzappdev committed Aug 14, 2024
1 parent 4be442b commit e474ce7
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 e474ce7

Please sign in to comment.