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

  1. # Copyright 2015-2016 Akretion - Alexis de Lattre
  2. # Copyright 2016-2017 Tecnativa - Pedro M. Baeza
  3. # Copyright 2018 Tecnativa - Ernesto Tejeda
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Partner External Maps',
  7. 'version': '12.0.1.0.1',
  8. 'category': 'Extra Tools',
  9. 'license': 'AGPL-3',
  10. 'summary': 'Add Map and Map Routing buttons on partner form to '
  11. 'open GMaps, OSM, Bing and others',
  12. 'author': 'Akretion, '
  13. 'Tecnativa, '
  14. 'Odoo Community Association (OCA)',
  15. 'website': 'https://github.com/OCA/partner-contact',
  16. 'depends': [
  17. 'base',
  18. ],
  19. 'data': [
  20. 'views/res_partner_view.xml',
  21. 'views/map_website_view.xml',
  22. 'data/map_website_data.xml',
  23. 'views/res_users_view.xml',
  24. 'security/ir.model.access.csv',
  25. ],
  26. 'post_init_hook': 'set_default_map_settings',
  27. 'installable': True,
  28. }