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

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Alexis de Lattre <alexis.delattre@akretion.com>
  3. # © 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Partner External Maps',
  7. 'version': '9.0.1.0.0',
  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': 'http://www.akretion.com',
  16. 'depends': ['base'],
  17. 'data': [
  18. 'views/res_partner_view.xml',
  19. 'views/map_website_view.xml',
  20. 'data/map_website_data.xml',
  21. 'views/res_users_view.xml',
  22. 'security/ir.model.access.csv',
  23. ],
  24. 'post_init_hook': 'set_default_map_settings',
  25. 'installable': True,
  26. }