Example #1
0
 def product2tradegoodtype(cls, product):
     from henrique.main.document.tradegood.tradegood import Tradegood
     tradegood = Tradegood.codename2tradegood(cls.product2tradegood(product))
     return Tradegood.tradegood2tradegoodtype(tradegood)