asset: Felder wkn, isin, symobl + suche + test
This commit is contained in:
parent
13007f30c8
commit
353df93a9e
8 changed files with 267 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue