Пример #1
0
    def disable(self):
        if self.invInterest:
            self.removeInterest(self.invInterest)

        DistributedObject.disable(self)
        TradableInventory.delete(self)
Пример #2
0
 def disable(self):
     if self.invInterest:
         self.removeInterest(self.invInterest)
     
     DistributedObject.disable(self)
     TradableInventory.delete(self)
Пример #3
0
 def __init__(self, cr):
     DistributedObject.__init__(self, cr)
     TradableInventory.__init__(self, cr)
Пример #4
0
 def __init__(self, cr):
     DistributedObject.__init__(self, cr)
     TradableInventory.__init__(self, cr)