Hi,
I am trying to export data from leads. I am facing the following error.
Client Traceback (most recent call last):
File "/home/nf-kumar/openerp/openerp/addons/web/http.py", line 204, in dispatch
response["result"] = method(self, **self.params)
File "/home/nf-kumar/openerp/openerp/addons/web/controllers/main.py", line 1495, in get_fields
name = parent_name + (parent_name and '/' or '') + field['string']
KeyError: 'string'
Please help me with a solution. In the same way, I am not able to import the csv file too.