Ok, I trimmed down the dictionary to two fields: name and active and then put some logging into fields.py to print out the value of 'act'. logger.notifyChannel("osv/fields.py: act: ", netsvc.LOG_INFO, act) Here is what was printed: Mon, 03 Dec 2007 20:21:30 INFO:osv/fields.py: act: :{'city': 'Easter', 'fax': False, 'name': 'Bugs Bunny', 'zip': '99999', 'title': False, 'mobile': False, 'type': False, 'street2': False, 'country_id': 223, 'phone': False, 'street': '123 Carrot Lane', 'state_id': 10, 'partner_id': 22, 'email': False} Now what is the contact dictionary doing there? It must be looking at the field 'address' first and the record shown is my default address record. I don't want to assign any contacts yet why is it pulling this in? And why is it choking on it?
???? Gerry _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
