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