跳至內容
選單
此問題已被標幟
1 回覆
3938 瀏覽次數

Hello,

Im asking, how can i use widget=pdf_viewer ( FieldPdfViewer : js ) to show my pdf field in odoo V9 or another solution to do it.

Thanks. 

頭像
捨棄
最佳答案



This is possible if your file is Static.

<object data="path/to/file.pdf" type="application/pdf" width="100%" height="100%">
</object>



頭像
捨棄