Activity log for bug #324830

Date Who What changed Old value New value Message
2009-02-03 12:44:02 Ferdinand bug added bug
2009-02-03 14:53:02 Stephane Wirtel (OpenERP) openobject-client: status New Fix Released
2009-02-03 14:53:02 Stephane Wirtel (OpenERP) openobject-client: statusexplanation Fixed
2009-02-03 15:24:04 Ferdinand openobject-client: status Fix Released Incomplete
2009-02-03 15:24:04 Ferdinand openobject-client: statusexplanation Fixed not yet 1) the icons below the image are now disabled - so why do we need them ?? 2) the image selected is not placed "immediately" in the preview area example - save image A - select image B - but A is still displayed - save - Image B - gets displayed only now - confusing
2009-02-03 16:19:06 Stephane Wirtel (OpenERP) openobject-client: status Incomplete Fix Released
2009-02-03 16:19:06 Stephane Wirtel (OpenERP) openobject-client: statusexplanation not yet 1) the icons below the image are now disabled - so why do we need them ?? 2) the image selected is not placed "immediately" in the preview area example - save image A - select image B - but A is still displayed - save - Image B - gets displayed only now - confusing 1) Now, we use the picture widget instead of the image widget. 2) Because to replace the preview with the image, we must use an on_change event, but if we want to use this event, the client will send the image to the server, and the server will reply to the client. Not very optimal. So I prefer that the user saves his record to see the new preview.
2009-02-03 17:52:29 Ferdinand openobject-client: status Fix Released Incomplete
2009-02-03 17:52:29 Ferdinand openobject-client: statusexplanation 1) Now, we use the picture widget instead of the image widget. 2) Because to replace the preview with the image, we must use an on_change event, but if we want to use this event, the client will send the image to the server, and the server will reply to the client. Not very optimal. So I prefer that the user saves his record to see the new preview. 1) sorry .... ergonomic catastrophe !!!! select one file - show content of other file --- IMHO a "NO GO" 2) the field "Data" shows 991.75 Kb (correct) before and "7.00 bytes" after saving - it's just wrong.... 3) the preview is now "full size" - IMHO we need a preview and "open document" with the viewer of the system. - the best would be that the server sends a thumbnail - and "Open" fetches the full size image and opens it using the systems default viewer. 4) "Open" a pdf file uses kpdf ( why not..) but then I get endlos high disk activity - have to kill OpenERP Client may be the filename part without extension could be copied to the attachment name - for documents this might be quite often correct.
2009-02-03 22:03:02 Stephane Wirtel (OpenERP) openobject-client: status Incomplete Fix Released
2009-02-03 22:03:02 Stephane Wirtel (OpenERP) openobject-client: statusexplanation 1) sorry .... ergonomic catastrophe !!!! select one file - show content of other file --- IMHO a "NO GO" 2) the field "Data" shows 991.75 Kb (correct) before and "7.00 bytes" after saving - it's just wrong.... 3) the preview is now "full size" - IMHO we need a preview and "open document" with the viewer of the system. - the best would be that the server sends a thumbnail - and "Open" fetches the full size image and opens it using the systems default viewer. 4) "Open" a pdf file uses kpdf ( why not..) but then I get endlos high disk activity - have to kill OpenERP Client may be the filename part without extension could be copied to the attachment name - for documents this might be quite often correct. I've created this blueprint to propose your idea. https://blueprints.launchpad.net/openobject-server/+spec/image-field-with-thumbnail Actually, I can't fix this problem
2009-02-05 08:34:30 Ferdinand bug added attachment 'image_up_process_down_resource_usage.png' (shows server resource usage of processing 1,5MB image)