Hi,
When uploading or editing a document image with OpenERP document management system i can only see OpenERP's default attachment information : attachment name, content, owner, ....
I want to add a hidden field within the same form view (as fixed-size image viewer) so that it appears after uploading the image and the image will be displayed inside that field. Also, how can i zoom in/out the image.
I tried to use the datas field (from ir.attachment object) in document view (which inherit from the ir.attachment form view) with the property widget='image', but there is no satisfying result,
Any hints ...