Hi Naresh,

Thank you very much.

its working at my end, i created new database and imported.

Can u tell me, in the above complete code, i need to fetch and append the 
Personno( this is auto sequence number) into the final code field.

def _f_code(self, cr, uid, ids, field_name, arg, context={}):
                         res = {}
                         for obj in self.browse(cr,uid,ids):
                                 res[obj.id] = obj.code11.code1 + 
obj.code22.code2 + obj.code33.code3 + obj.code44.code4 + obj.personno
                         return res

the above function is right or ?

thank you once again for helping me




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=41346#41346

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to