remove caching
This commit is contained in:
parent
01f1aff68f
commit
fb0ef72d07
5 changed files with 9 additions and 257 deletions
|
@ -16,12 +16,10 @@ 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue