remove caching
This commit is contained in:
parent
c6478add0f
commit
345cef4c8b
5 changed files with 10 additions and 258 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