Technical Name |
odoo_map_field
|
License | OPL-1 |
Introduction
Map Field in Odoo enhances form usability by embedding a map widget directly into your record views. This allows users to visualize and input geographic location data—such as addresses or coordinates—via an interactive map interface. Ideal for modules dealing with partners, events, delivery points, or any geo-related information, this feature streamlines location entry, improves accuracy, and provides a more intuitive user experience.
Key Features
Integrate a dynamic map widget into form views for precise location capture
Support address selection, coordinate points, or drag-and-drop marker placement
Automatically display geographic data—such as address or latitude/longitude—in map format
Enhance existing models like Partners or Events without major UI modifications
Benefits
Elevates data accuracy by enabling visual location selection and validation
Improves user experience through an intuitive, map-based input mechanism
Enhances workflows involving location-dependent data—like logistics or field services
Reduces manual errors associated with typing addresses or coordinates
Compatibility & Technical Details
Required Modules: Likely requires Odoo's web map framework (web_map) and possibly modules like Contacts or Events depending on usage
Technical Name: odoo_map_field
License: OPL-1 (Odoo Proprietary License v1.0), common for custom add-ons
Installation Steps (general outline):
Ensure dependencies (like web_map) are installed.
Add the odoo_map_field module to the Odoo Add-Ons directory.
Activate Developer Mode, update the module list, then install it.
Modify form view XML to include your map field, so that users see the embedded map interface within the record form.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.