This question has been flagged

I have created custom module in OpenERP 7.0, I am fetching module data using openerp webservice (xml rpc way ) in python. Now issue comes when I try to fetch Image (binary field), Webservice gives me binary data, while I need path / url of that image. Can anybody please tell me how to get image url instead of actual binary data of that image ?

Avatar
Discard