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.

59 lines
1.9 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. # -*- coding: utf-8 -*-
  2. ###################################################################################
  3. #
  4. # MuK Document Management System
  5. #
  6. # Copyright (C) 2018 MuK IT GmbH
  7. #
  8. # This program is free software: you can redistribute it and/or modify
  9. # it under the terms of the GNU Affero General Public License as
  10. # published by the Free Software Foundation, either version 3 of the
  11. # License, or (at your option) any later version.
  12. #
  13. # This program is distributed in the hope that it will be useful,
  14. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. # GNU Affero General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU Affero General Public License
  19. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. #
  21. ###################################################################################
  22. {
  23. "name": "MuK Large Objects Attachment",
  24. "summary": """Large Objects Attachment Location""",
  25. "description": """
  26. Provides a new attachment location to save attachment as large
  27. objects. To enable the large object storage option change the
  28. `ir_attachment.location` parameter to `lobject`.
  29. """,
  30. "version": '10.0.1.0.0',
  31. "category": 'Extra Tools',
  32. "license": "AGPL-3",
  33. "website": "http://www.mukit.at",
  34. "author": "MuK IT",
  35. "contributors": [
  36. "Mathias Markl <mathias.markl@mukit.at>",
  37. ],
  38. 'depends': [
  39. 'muk_fields_lobject',
  40. ],
  41. "data": [
  42. ],
  43. "demo": [
  44. ],
  45. "qweb": [
  46. "static/src/xml/*.xml",
  47. ],
  48. "images": [
  49. 'static/description/banner.png'
  50. ],
  51. "external_dependencies": {
  52. "python": [],
  53. "bin": [],
  54. },
  55. "application": False,
  56. "installable": True,
  57. "uninstall_hook": "_uninstall_force_storage",
  58. }