An open API service indexing awesome lists of open source software.

https://github.com/leblanc-simon/odoo-attachment-preview

Odoo module which add a preview for attachments in all modules with attachments.
https://github.com/leblanc-simon/odoo-attachment-preview

attachment odoo preview

Last synced: 11 months ago
JSON representation

Odoo module which add a preview for attachments in all modules with attachments.

Awesome Lists containing this project

README

          

# Odoo Attachment Preview

this module add a preview for attachments in all modules with attachments.

* Preview images
* Preview PDF
* All other types : add an icon to easy download in the preview block

## Installation

in your addons directory :

```bash
git clone https://github.com/leblanc-simon/odoo-attachment-preview.git attachment_preview
```

Reload modules in Odoo and install it.

## Compatibility

**This module is tested only with Odoo 8 and Odoo 10**

## Preview

![attachments list](https://www.leblanc-simon.fr/github/odoo-attachment-preview1.png)
![preview attachment](https://www.leblanc-simon.fr/github/odoo-attachment-preview2.png)

## License

AGPL v3

## Thanks to

* [PDF.js](https://mozilla.github.io/pdf.js/)
* [TouchTouch](https://github.com/martinaglv/touchTouch)

## Author

* [Simon Leblanc](contact@leblanc-simon.eu)