Exemple #1
0
 def setData(self, kwds):
     setFormData(self, kwds)
Exemple #2
0
 def setData(self, kwds):
     setFormData(self, kwds)
Exemple #3
0
 def setData(self, kwds):
     setFormData(self, kwds)
     if 'description' in kwds:
         self.base_fields['description'].initial = kwds['description']
Exemple #4
0
 def setData(self, kwds):
     setFormData(self, kwds)
     if 'description' in kwds:
         self.base_fields['description'].initial = kwds['description']