asset: online-quelle als liste
This commit is contained in:
parent
7334e53f9f
commit
258c14e2b5
8 changed files with 171 additions and 100 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue