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.

28 lines
886 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": "9.0.1.0.0",
  11. "author": "Serv. Tecnol. Avanzados - Pedro M. Baeza, "
  12. "Antiun Ingeniería, S.L., Sodexis, "
  13. "Odoo Community Association (OCA)",
  14. "license": "AGPL-3",
  15. "website": "http://www.antiun.com",
  16. "category": "Tools",
  17. "depends": ['base'],
  18. 'installable': True,
  19. "data": [
  20. "security/ir.model.access.csv",
  21. "views/image_view.xml",
  22. ],
  23. "images": [
  24. "images/form.png",
  25. "images/kanban.png",
  26. ],
  27. }