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.

131 lines
4.7 KiB

  1. =====================
  2. Partner External Maps
  3. =====================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpartner--contact-lightgray.png?logo=github
  15. :target: https://github.com/OCA/partner-contact/tree/12.0/partner_external_map
  16. :alt: OCA/partner-contact
  17. .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
  18. :target: https://translation.odoo-community.org/projects/partner-contact-12-0/partner-contact-12-0-partner_external_map
  19. :alt: Translate me on Weblate
  20. .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  21. :target: https://runbot.odoo-community.org/runbot/134/12.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. In the old days of Odoo/OpenERP, back in version 6.1, there was an official
  25. *google_map* module ; this module added a *Map* button on the partner form view
  26. and, when the user clicked on that button, it would open a new tab on its web
  27. browser and go to Google Map with a search on the address of the partner.
  28. This module aims at restoring this feature with several improvements:
  29. * Each user can select the map website he wants to use in its preferences
  30. * There are now two buttons on the partner form view: one to open a regular map
  31. on the address of the partner, and another one to open an itinerary map from
  32. the start address configured in the preferences of the user to the address of
  33. the partner.
  34. This module supports several map websites:
  35. * `Google Maps <https://www.google.com/maps>`
  36. * `OpenStreetMap <https://www.openstreetmap.org/>`
  37. * `Bing Maps <https://www.bing.com/maps/>`
  38. * `Here Maps <https://www.here.com/>`
  39. * `MapQuest <http://www.mapquest.com/>`
  40. If the module *base_geolocalize* from the official addons is installed on the
  41. system, it will use the latitude and longitude to localize the partner (instead
  42. of the address) if this information is present on the partner.
  43. **Table of contents**
  44. .. contents::
  45. :local:
  46. Configuration
  47. =============
  48. If you want to create additional map websites, go to the menu
  49. *Settings > Technical > Map Websites > Map Websites*. You are
  50. invited to send the configuration information of your additional map websites
  51. to one of the authors of the module, so that the module can be updated with
  52. more pre-configured map websites.
  53. Usage
  54. =====
  55. First, you need to configure in your preferences:
  56. * The map website to use for the regular maps,
  57. * The map website to use for the route maps,
  58. * The start address for the route maps.
  59. Then you can use the two new buttons on the partner form to open a regular map
  60. or a route map.
  61. Known issues / Roadmap
  62. ======================
  63. * Let decide if the user prefers to use addresses instead coordinates when
  64. *base_geolocalize* is installed.
  65. Bug Tracker
  66. ===========
  67. Bugs are tracked on `GitHub Issues <https://github.com/OCA/partner-contact/issues>`_.
  68. In case of trouble, please check there if your issue has already been reported.
  69. If you spotted it first, help us smashing it by providing a detailed and welcomed
  70. `feedback <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_external_map%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  71. Do not contact contributors directly about support or help with technical issues.
  72. Credits
  73. =======
  74. Authors
  75. ~~~~~~~
  76. * Akretion
  77. * Tecnativa
  78. Contributors
  79. ~~~~~~~~~~~~
  80. * `Akretion <http://www.akretion.com>`__:
  81. * Alexis de Lattre <alexis.delattre@akretion.com>
  82. * `Tecnativa <https://www.tecnativa.com>`__:
  83. * Pedro M. Baeza
  84. * Ernesto Tejeda
  85. Maintainers
  86. ~~~~~~~~~~~
  87. This module is maintained by the OCA.
  88. .. image:: https://odoo-community.org/logo.png
  89. :alt: Odoo Community Association
  90. :target: https://odoo-community.org
  91. OCA, or the Odoo Community Association, is a nonprofit organization whose
  92. mission is to support the collaborative development of Odoo features and
  93. promote its widespread use.
  94. This module is part of the `OCA/partner-contact <https://github.com/OCA/partner-contact/tree/12.0/partner_external_map>`_ project on GitHub.
  95. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.