[IMP] account_tax_balance: add index

This indexes improve the display time of
account_tax_balance by a factor of 10 on a database
with 1M move lines.
This commit is contained in:
Stéphane Bidoul (ACSONE)
2017-08-30 18:51:31 +02:00
committed by Borruso
parent 3350026521
commit 9c43ee99f5
3 changed files with 26 additions and 1 deletions

View File

@@ -4,3 +4,4 @@
from . import account_move
from . import account_tax
from . import account_move_line