book: add cache for asset-rates

This commit is contained in:
Frederik Jaeckel 2023-02-27 10:20:23 +01:00
parent 009f44816e
commit 2b9a2ba07a
3 changed files with 53 additions and 0 deletions

View file

@ -10,10 +10,12 @@ from .reconciliation import Reconciliation
from .line import Line
from .splitline import SplitLine
from .assetsetting import AssetSetting
from .asset import AssetRate
def register():
Pool.register(
AssetRate,
Type,
Book,
Line,