https://github.com/0k/web_google_map
OpenERP addon which offers a simple js widget for including google map in OpenERP forms
https://github.com/0k/web_google_map
Last synced: 11 months ago
JSON representation
OpenERP addon which offers a simple js widget for including google map in OpenERP forms
- Host: GitHub
- URL: https://github.com/0k/web_google_map
- Owner: 0k
- License: other
- Created: 2012-08-06T08:33:39.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T10:13:19.000Z (about 11 years ago)
- Last Synced: 2024-03-26T14:24:40.360Z (about 2 years ago)
- Language: JavaScript
- Size: 464 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============
web_google_map
==============
This is an Odoo/OpenERP module that brings Google Map support.
Compatibility
=============
This repository provides branches and compatibility for each major
version of OpenERP/Odoo (6.0, 6.1, 7.0, 8.0).
Usage
=====
After installation, all ``res.partner`` views will be extended with neatly map.
Just type in an address and press ``Get coordinates`` button. Google Geocoder
will populate latitude and longitude fields. Map marker will be set
accordingly to them.
Not happy with geocoding results ? Update latitude and longitude as simply as
dragging marker over Google Map widget.
Save your data and enjoy.
So, you are a module developer
==============================
Good news! In case you want to add Google Map support for your own module, all
you need to do is just put the next string to the view.
::
Acknowledgements
================
Version for 6.0 was brought by Infosreda LLC.
Conversion to 6.1 needed a full rewrite from simplee.fr and was funded
by CARIF/OREF.
Version 7.0 needed adaptation from 0k.io and was funded by CARIF/OREF.
Version 8.0 needed code compatibility from sudokeys.