Yes, it works, thanks in advance!
On Friday, August 30, 2013 1:48:42 AM UTC-6, Giovanni wrote: > > > > How would be added on the ODT field? >> >> > You should use Insert => Frame. > > Then in the "Options" tab, in the "name" field : > image: (my_object.format_image(), 'image/jpeg') > > format_image should return a StringIO object build from your binary field, > "image/jpeg" should > be the MIME type of your image. > > Let me know if that works properly. > > Jean CAVALLO > Coopengo >
