This is the section causing the error message in orm.py def __view_look_dom_arch(self, cr, user, node, context=None): if not context: context={} fields_def = self.__view_look_dom(cr, user, node, context=context) arch = node.toxml() fields = self.fields_get(cr, user, fields_def.keys(), context) for field in fields_def: [b]fields[field].update(fields_def[field])[/b] return arch,fields
Looks ok to me. So why the error? Michael _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
