Exemplo n.º 1
0
 def __init__(self, cr):
     try:
         self.DistributedCogStation_initialized
         return
     except:
         self.DistributedCogStation_initialized = 1
     DistributedGroupStation.__init__(self, cr)
     CogStation.__init__(self)
Exemplo n.º 2
0
    def __init__(self, cr):
        try:
            self.DistributedCogStation_initialized
            return
        except:
            self.DistributedCogStation_initialized = 1

        DistributedGroupStation.__init__(self, cr)
        CogStation.__init__(self)
Exemplo n.º 3
0
 def delete(self):
     CogStation.delete(self)
     DistributedGroupStation.delete(self)
Exemplo n.º 4
0
 def disable(self):
     self.reparentTo(hidden)
     DistributedGroupStation.disable(self)
Exemplo n.º 5
0
 def announceGenerate(self):
     DistributedGroupStation.announceGenerate(self)
     self.reparentTo(render)
Exemplo n.º 6
0
 def generate(self):
     DistributedGroupStation.generate(self)
     self.generateStation()
Exemplo n.º 7
0
 def delete(self):
     CogStation.delete(self)
     DistributedGroupStation.delete(self)
Exemplo n.º 8
0
 def disable(self):
     self.reparentTo(hidden)
     DistributedGroupStation.disable(self)
Exemplo n.º 9
0
 def announceGenerate(self):
     DistributedGroupStation.announceGenerate(self)
     self.reparentTo(render)
Exemplo n.º 10
0
 def generate(self):
     DistributedGroupStation.generate(self)
     self.generateStation()