تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3936 أدوات العرض

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>



الصورة الرمزية
إهمال