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