book: add cache for asset-rates
This commit is contained in:
parent
009f44816e
commit
2b9a2ba07a
3 changed files with 53 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue