콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
10167 화면

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

아바타
취소
베스트 답변

i have same problem you get any solution ??

아바타
취소
베스트 답변

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.

아바타
취소

Interesting!!!!