Skip to content

Commit

Permalink
[IMP] account_invoice_inter_company add index
Browse files Browse the repository at this point in the history
on large database, we need this index for performance
  • Loading branch information
xavier-bouquiaux committed Mar 17, 2023
1 parent c6656a4 commit 214dfe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_invoice_inter_company/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ class AccountMoveLine(models.Model):
readonly=True,
copy=False,
prefetch=False,
index=True,
)

@api.model
Expand Down

0 comments on commit 214dfe8

Please sign in to comment.