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.
- Host: GitHub
- URL: https://github.com/leblanc-simon/odoo-attachment-preview
- Owner: leblanc-simon
- License: agpl-3.0
- Created: 2017-03-08T04:38:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T02:14:21.000Z (about 9 years ago)
- Last Synced: 2025-04-28T21:43:17.133Z (about 1 year ago)
- Topics: attachment, odoo, preview
- Language: JavaScript
- Homepage:
- Size: 322 KB
- Stars: 10
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


## 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)