Files
Odoo-18.0-20251222/account_tax_balance/__init__.py
Stefan Rijnhart 6cf151aa48 [ADD] Prefill move_type
Precreate move_type and fill with appropriate values to prevent
a MemoryError when the ORM attempts to call its compute method on a large
amount of preexisting moves.
2024-12-06 14:42:42 +01:00

6 lines
140 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
from . import wizard
from .hooks import pre_init_hook