Esempio n. 1
0
 def get_services(self):
     return OrganizationData.get_services(parent_id=self.direction_id())
Esempio n. 2
0
 def get_services(self):
     return OrganizationData.get_services(parent_id=self.direction_id())
Esempio n. 3
0
 def get_services(self):
     return ([(_(u'All services'), -1)] +
             OrganizationData.get_services(parent_id=self.direction_id()))
Esempio n. 4
0
 def get_services(self):
     return ([(_(u'All services'), -1)] +
             OrganizationData.get_services(parent_id=self.direction_id()))