This indexes improve the display time of account_tax_balance by a factor of 10 on a database with 1M move lines.
8 lines
226 B
Python
8 lines
226 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2016 Lorenzo Battistini - Agile Business Group
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import account_move
|
|
from . import account_tax
|
|
from . import account_move_line
|