You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
4.6 KiB

  1. =================
  2. MuK Preview Image
  3. =================
  4. Extendes the Preview Dialog to support images. Currently the following image extensions
  5. are supported:
  6. * CIS-Cod-Dateien (\*.cod, image/cis-cod)
  7. * CMU-Raster-Dateien (\*.ras, image/cmu-raster)
  8. * FIF-Dateien (\*.fif, image/fif)
  9. * GIF-Dateien (\*.gif, image/gif)
  10. * IEF-Dateien (\*.ief, image/ief)
  11. * JPEG-Dateien (\*.jpeg \*.jpg \*.jpe, image/jpeg)
  12. * PNG-Dateien (\*.png, image/png)
  13. * TIFF-Dateien (\*.tiff \*.tif, image/tiff)
  14. * Vasa-Dateien (\*.mcf, image/vasa)
  15. * Bitmap-Dateien (WAP) (\*.wbmp, image/vnd.wap.wbmp)
  16. * Freehand-Dateien (\*.fh4 \*.fh5 \*.fhc, image/x-freehand)
  17. * Icon-Dateien (\*.ico, image/x-icon)
  18. * PBM Anymap Dateien (\*.pnm, image/x-portable-anymap)
  19. * PBM Bitmap Dateien (\*.pbm, image/x-portable-bitmap)
  20. * PBM Graymap Dateien (\*.pgm, image/x-portable-graymap)
  21. * PBM Pixmap Dateien (\*.ppm, image/x-portable-pixmap)
  22. * RGB-Dateien (\*.rgb, image/x-rgb)
  23. * X-Windows Dump (\*.xwd, image/x-windowdump)
  24. * XBM-Dateien (\*.xbm, image/x-xbitmap)
  25. * XPM-Dateien (\*.xpm, image/x-xpixmap)
  26. Installation
  27. ============
  28. To install this module, you need to:
  29. Download the module and add it to your Odoo addons folder. Afterward, log on to
  30. your Odoo server and go to the Apps menu. Trigger the debug mode and update the
  31. list by clicking on the "Update Apps List" link. Now install the module by
  32. clicking on the install button.
  33. Another way to install this module is via the package management for Python
  34. (`PyPI <https://pypi.org/project/pip/>`_).
  35. To install our modules using the package manager make sure
  36. `odoo-autodiscover <https://pypi.org/project/odoo-autodiscover/>`_ is installed
  37. correctly. Then open a console and install the module by entering the following
  38. command:
  39. ``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``
  40. The module name consists of the Odoo version and the module name, where
  41. underscores are replaced by a dash.
  42. **Module:**
  43. ``odoo<version>-addon-<module_name>``
  44. **Example:**
  45. ``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple odoo11-addon-muk-utils``
  46. Once the installation has been successfully completed, the app is already in the
  47. correct folder. Log on to your Odoo server and go to the Apps menu. Trigger the
  48. debug mode and update the list by clicking on the "Update Apps List" link. Now
  49. install the module by clicking on the install button.
  50. The biggest advantage of this variant is that you can now also update the app
  51. using the "pip" command. To do this, enter the following command in your console:
  52. ``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``
  53. When the process is finished, restart your server and update the application in
  54. Odoo. The steps are the same as for the installation only the button has changed
  55. from "Install" to "Upgrade".
  56. You can also view available Apps directly in our `repository <https://nexus.mukit.at/#browse/browse:odoo>`_
  57. and find a more detailed installation guide on our `website <https://mukit.at/page/open-source>`_.
  58. For modules licensed under OPL-1, you will receive access data when you purchase
  59. the module. If the modules were not purchased directly from
  60. `MuK IT <https://www.mukit.at/>`_ please contact our support (support@mukit.at)
  61. with a confirmation of purchase to receive the corresponding access data.
  62. Upgrade
  63. ============
  64. To upgrade this module, you need to:
  65. Download the module and add it to your Odoo addons folder. Restart the server
  66. and log on to your Odoo server. Select the Apps menu and upgrade the module by
  67. clicking on the upgrade button.
  68. If you installed the module using the "pip" command, you can also update the
  69. module in the same way. Just type the following command into the console:
  70. ``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple <module>``
  71. When the process is finished, restart your server and update the application in
  72. Odoo, just like you would normally.
  73. Configuration
  74. =============
  75. No additional configuration is needed to use this module.
  76. Usage
  77. =============
  78. Go to a binary that contains an image and open the preview dialog to view
  79. the image.
  80. Credits
  81. =======
  82. Contributors
  83. ------------
  84. * Mathias Markl <mathias.markl@mukit.at>
  85. Author & Maintainer
  86. -------------------
  87. This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.
  88. MuK IT is an Austrian company specialized in customizing and extending Odoo.
  89. We develop custom solutions for your individual needs to help you focus on
  90. your strength and expertise to grow your business.
  91. If you want to get in touch please contact us via mail
  92. (sale@mukit.at) or visit our website (https://mukit.at).