add worker-based precalculation of cashbook-values
This commit is contained in:
parent
40dbbd1a6b
commit
029c4150d0
5 changed files with 216 additions and 17 deletions
|
@ -11,6 +11,7 @@ from .line import Line
|
|||
from .splitline import SplitLine
|
||||
from .assetsetting import AssetSetting
|
||||
from .asset import AssetRate
|
||||
from .valuestore import ValueStore
|
||||
|
||||
|
||||
def register():
|
||||
|
@ -22,4 +23,5 @@ def register():
|
|||
SplitLine,
|
||||
Reconciliation,
|
||||
AssetSetting,
|
||||
ValueStore,
|
||||
module='cashbook_investment', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue