asset: Felder wkn, isin, symobl + suche + test

This commit is contained in:
Frederik Jaeckel 2022-11-11 22:46:53 +01:00
parent 13007f30c8
commit 353df93a9e
8 changed files with 267 additions and 3 deletions

View file

@ -5,8 +5,10 @@
from trytond.pool import Pool
from .asset import Asset
from .identifier import Identifier
def register():
Pool.register(
Asset,
Identifier,
module='investment', type_='model')