Ejemplo n.º 1
0
 def __init__(self, app, parent, records):
     RecordView.__init__(self, app, parent, records, LocationDoc,
                         'edit')
     self.manager = ClientManager(self.app)
Ejemplo n.º 2
0
 def __init__(self, app, parent, clientid, records):
     RecordView.__init__(self, app, parent, records, ClientTagDoc,
                         'edit')
     self.manager = ClientManager(self.app)