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.

62 lines
1.9 KiB

  1. # -*- coding: utf-8 -*-
  2. ###################################################################################
  3. #
  4. # Copyright (C) 2017 MuK IT GmbH
  5. #
  6. # This program is free software: you can redistribute it and/or modify
  7. # it under the terms of the GNU Affero General Public License as
  8. # published by the Free Software Foundation, either version 3 of the
  9. # License, or (at your option) any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU Affero General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU Affero General Public License
  17. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. #
  19. ###################################################################################
  20. {
  21. "name": "MuK Preview Attachment",
  22. "summary": """Attachment Preview Dialog""",
  23. "description": """
  24. Adds a button to the Attachment Sidebar to
  25. preview the content directly in the browser.
  26. The module also enables the possibility to
  27. preview attachment in the Odoo Chat Widgets.
  28. """,
  29. "version": "11.0.1.0.6",
  30. "category": "Extra Tools",
  31. "license": "AGPL-3",
  32. "website": "http://www.mukit.at",
  33. "author": "MuK IT",
  34. "contributors": [
  35. "Mathias Markl <mathias.markl@mukit.at>",
  36. ],
  37. "depends": [
  38. "mail",
  39. "document",
  40. "muk_web_preview",
  41. ],
  42. "data": [
  43. "template/assets.xml",
  44. "views/ir_attachment_view.xml",
  45. ],
  46. "demo": [
  47. ],
  48. "qweb": [
  49. "static/src/xml/*.xml",
  50. ],
  51. "images": [
  52. 'static/description/banner.png'
  53. ],
  54. "external_dependencies": {
  55. "python": [],
  56. "bin": [],
  57. },
  58. "application": False,
  59. "installable": True,
  60. }