Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
10137 Prikazi

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 ...

Avatar
Opusti
Best Answer

i have same problem you get any solution ??

Avatar
Opusti
Best Answer

You will have to either build a separate module that will do this for you or you will have to add JavaScript that will handle showing of image in popup.

We are currently trying something in similar line at present.

After we manage to achieve this I will share the same here.

Avatar
Opusti

Interesting!!!!