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
858 B

  1. # © 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
  2. # Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  3. # © 2015 Antiun Ingeniería S.L. - Jairo Llopis
  4. # © 2016 Sodexis
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Multiple images base",
  8. "summary": "Allow multiple images for database objects",
  9. "version": "12.0.1.0.0",
  10. "author": "Tecnativa, "
  11. "Antiun Ingeniería, S.L., Sodexis, "
  12. "LasLabs, "
  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. }