online update ...
This commit is contained in:
parent
f8ba90d633
commit
d54f3805ab
13 changed files with 453 additions and 4 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue