Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3927 Zobrazení

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. 

Avatar
Zrušit
Nejlepší odpověď



This is possible if your file is Static.

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



Avatar
Zrušit