speedup: indexes, caching
This commit is contained in:
parent
86e6c33cc1
commit
624a5bff55
11 changed files with 352 additions and 32 deletions
|
@ -15,11 +15,15 @@ from .configuration import Configuration, UserConfiguration
|
|||
from .category import Category
|
||||
from .reconciliation import Reconciliation
|
||||
from .cbreport import ReconciliationReport
|
||||
from .currency import CurrencyRate
|
||||
from .model import MemCache
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
MemCache,
|
||||
Configuration,
|
||||
UserConfiguration,
|
||||
CurrencyRate,
|
||||
Type,
|
||||
Category,
|
||||
Book,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue