asset: aktueller kurs-anzeige, online-update begonnen
This commit is contained in:
parent
42ede3decb
commit
a936d85043
13 changed files with 317 additions and 5 deletions
|
@ -7,10 +7,15 @@ from trytond.pool import Pool
|
|||
from .asset import Asset
|
||||
from .rate import Rate
|
||||
from .identifier import Identifier
|
||||
from .cron import Cron
|
||||
from .onlinesource import OnlineSource
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
OnlineSource,
|
||||
Asset,
|
||||
Rate,
|
||||
Identifier,
|
||||
Cron,
|
||||
module='investment', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue