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.

27 lines
827 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2009 Sharoon Thomas Open Labs Business Solutions
  3. # Copyright 2014 Tecnativa - Pedro M. Baeza
  4. # Copyright 2015 Antiun Ingeniería S.L. - Jairo Llopis
  5. # Copyright 2016 Sodexis
  6. # Copyright 2017 Tecnativa - Sergio Teruel
  7. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  8. {
  9. "name": "Multiple Images in Partners",
  10. "version": "9.0.1.0.0",
  11. "author": "Tecnativa, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "website": "https://www.tecnativa.com",
  15. "category": "Customer Relationship Management",
  16. "pre_init_hook": "pre_init_hook",
  17. "uninstall_hook": "uninstall_hook",
  18. "depends": [
  19. "base",
  20. "base_multi_image",
  21. ],
  22. "data": [
  23. 'views/res_partner_view.xml',
  24. ],
  25. 'installable': True,
  26. }