33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > README.rst </ title >
6+ < title > Preview attachments </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document ">
363+ < div class ="document " id ="preview-attachments ">
364+ < h1 class ="title "> Preview attachments</ h1 >
364365
365-
366- < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367- < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368- </ a >
369- < div class ="section " id ="preview-attachments ">
370- < h1 > Preview attachments</ h1 >
371366<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
372367!! This file is generated by oca-gen-addon-readme !!
373368!! changes will be overwritten. !!
374369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375370!! source digest: sha256:badc7aad1a4bee3f65173d08f56b91d13166d0c26644edf8475aa249016995e1
376371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/knowledge/tree/18.0/attachment_preview "> < img alt ="OCA/knowledge " src ="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-attachment_preview "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/knowledge/tree/18.0/attachment_preview "> < img alt ="OCA/knowledge " src ="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-attachment_preview "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378373< p > This addon allows to preview attachments supported by
379374< a class ="reference external " href ="http://viewerjs.org "> http://viewerjs.org</ a > .</ p >
380375< p > Currently, that’s most Libreoffice files and PDFs.</ p >
@@ -394,13 +389,13 @@ <h1>Preview attachments</h1>
394389</ ul >
395390</ div >
396391< div class ="section " id ="installation ">
397- < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Installation</ a > </ h2 >
392+ < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Installation</ a > </ h1 >
398393< p > For filetype recognition, you’ll get the best results by installing
399394< tt class ="docutils literal "> < span class ="pre "> python-magic</ span > </ tt > :</ p >
400395< p > sudo apt-get install python-magic</ p >
401396</ div >
402397< div class ="section " id ="usage ">
403- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h2 >
398+ < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Usage</ a > </ h1 >
404399< p > The module adds a little print preview icon right of download links for
405400attachments or binary fields. When a preview is opened from the
406401attachments menu it’s shown next to the form view. From this screen you
@@ -410,31 +405,31 @@ <h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
410405< p > < img alt ="Screenshot navigator " src ="https://raw.githubusercontent.com/attachment_preview/static/description/screenshot-paginator.png " /> </ p >
411406</ div >
412407< div class ="section " id ="bug-tracker ">
413- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
408+ < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h1 >
414409< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/knowledge/issues "> GitHub Issues</ a > .
415410In case of trouble, please check there if your issue has already been reported.
416411If you spotted it first, help us to smash it by providing a detailed and welcomed
417412< a class ="reference external " href ="https://github.com/OCA/knowledge/issues/new?body=module:%20attachment_preview%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
418413< p > Do not contact contributors directly about support or help with technical issues.</ p >
419414</ div >
420415< div class ="section " id ="credits ">
421- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
416+ < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h1 >
422417< div class ="section " id ="authors ">
423- < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h3 >
418+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Authors</ a > </ h2 >
424419< ul class ="simple ">
425420< li > Therp BV</ li >
426421< li > Onestein</ li >
427422</ ul >
428423</ div >
429424< div class ="section " id ="contributors ">
430- < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h3 >
425+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Contributors</ a > </ h2 >
431426< ul class ="simple ">
432427< li > Holger Brunn << a class ="reference external " href ="mailto:mail@hunki-enterprises.com "> mail@hunki-enterprises.com</ a > ></ li >
433428< li > Dennis Sluijk << a class ="reference external " href ="mailto:d.sluijk@onestein.nl "> d.sluijk@onestein.nl</ a > ></ li >
434429</ ul >
435430</ div >
436431< div class ="section " id ="maintainers ">
437- < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
432+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
438433< p > This module is maintained by the OCA.</ p >
439434< a class ="reference external image-reference " href ="https://odoo-community.org ">
440435< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -447,6 +442,5 @@ <h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
447442</ div >
448443</ div >
449444</ div >
450- </ div >
451445</ body >
452446</ html >
0 commit comments