Beispiel #1
0
 def save(self, *args, **kwargs ):
     self.schema = getFullPath( self , 'parentCategory',  'nom', 'schema'  )
     super(Category2, self).save(*args, **kwargs) 
Beispiel #2
0
 def fullPath(self):
     return getFullPath( self , 'parentCategory',  'nom', 'fullPath'  )