muk-it / muk_web

MuK Odoo Web Modules
GNU Lesser General Public License v3.0
110 stars 233 forks source link

MuK Preview Attachment (Odoo 10) #6

Closed moblesmarti closed 6 years ago

moblesmarti commented 6 years ago

When you try to preview a file on slides, it does not recognize the file type and extension. In the rest of the applications of the program if the preview works.

captura de pantalla 2018-02-06 a las 12 24 34

keshrath commented 6 years ago

What do you mean by slides? Can you please give me more information. Thx :)

moblesmarti commented 6 years ago

captura16 42 58

When trying to preview the pdfs of the presentations. Thx!

keshrath commented 6 years ago

Ok, but the slides are shown by Odoo itself. How do you open the PreviewDialog?

moblesmarti commented 6 years ago

captura8 00 21

keshrath commented 6 years ago

Ok I see the problem. The data field has no filename attribute.

<field name="datas" readonly="1"/>

Without a filename the preview can't detect the extension or the mimetpye.

Set a filename and the preview should work.