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.

25 lines
817 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 Akretion (http://www.akretion.com)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. # @author Alexis de Lattre <alexis.delattre@akretion.com>
  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,Odoo Community Association (OCA)',
  13. 'website': 'http://www.akretion.com',
  14. 'depends': ['base'],
  15. 'data': [
  16. 'partner_view.xml',
  17. 'map_website_data.xml',
  18. 'map_website_view.xml',
  19. 'users_view.xml',
  20. 'security/ir.model.access.csv',
  21. ],
  22. 'post_init_hook': 'set_default_map_settings',
  23. 'installable': True,
  24. }