json.dumps returns 'true' string instead of 'True', which makes problem ...
NameError: name 'false' is not defined. I've written the following line to mend this problem ... output = output.replace(': false',': False').replace(': true',': True') fl.write(output) My question is, How to update the __openerp__.py file correctly, i.e. as a python dictionary, without appealing to this replace line of code