online update ...

This commit is contained in:
Frederik Jaeckel 2022-11-19 00:21:52 +01:00
parent f8ba90d633
commit d54f3805ab
13 changed files with 453 additions and 4 deletions

View file

@ -9,6 +9,7 @@ from .rate import Rate
from .identifier import Identifier
from .cron import Cron
from .onlinesource import OnlineSource
from .update_wiz import UpdateSoureWizard
def register():
@ -19,3 +20,7 @@ def register():
Identifier,
Cron,
module='investment', type_='model')
Pool.register(
UpdateSoureWizard,
module='investment', type_='wizard')