Example #1
0
 def __init__(self, obj):
     self.checkClass(obj, ViewGeneric, MasterGeneric)
     self.master_fields = obj.fieldNames()
     View.__init__(self, obj)
Example #2
0
 def __init__(self, obj):
     #self.checkClass(obj, ViewFinance, MasterFinance)
     View.__init__(self, obj)
Example #3
0
 def __init__(self, obj):
     self.master_fields = obj.fieldNames()
     View.__init__(self, obj)