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.

29 lines
882 B

  1. # -*- coding: utf-8 -*-
  2. # © 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
  3. # Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  4. # © 2015 Antiun Ingeniería S.L. - Jairo Llopis
  5. # © 2016 Sodexis
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  7. {
  8. "name": "Multiple images base",
  9. "summary": "Allow multiple images for database objects",
  10. "version": "10.0.1.0.0",
  11. "author": "Tecnativa, "
  12. "Antiun Ingeniería, S.L., Sodexis, "
  13. "LasLabs, "
  14. "Odoo Community Association (OCA)",
  15. "license": "AGPL-3",
  16. "website": "http://www.antiun.com",
  17. "category": "Tools",
  18. "depends": ['base'],
  19. 'installable': True,
  20. "data": [
  21. "security/ir.model.access.csv",
  22. "views/image_view.xml",
  23. ],
  24. "images": [
  25. "images/form.png",
  26. "images/kanban.png",
  27. ],
  28. }