Files
Odoo-18.0-20251222/account_tax_balance/models/__init__.py
Stéphane Bidoul (ACSONE) 9c43ee99f5 [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.
2024-12-06 14:42:42 +01:00

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