asset: online-quelle als liste

This commit is contained in:
Frederik Jaeckel 2022-11-29 21:54:27 +01:00
parent 7334e53f9f
commit 258c14e2b5
8 changed files with 171 additions and 100 deletions

View file

@ -4,7 +4,7 @@
# full copyright notices and license terms.
from trytond.pool import Pool
from .asset import Asset
from .asset import Asset, AssetSourceRel
from .rate import Rate
from .identifier import Identifier
from .cron import Cron
@ -16,6 +16,7 @@ from .diagram import GraphDef, ChartPoint
def register():
Pool.register(
OnlineSource,
AssetSourceRel,
Asset,
Rate,
Identifier,