Geospatial support for Odoo
(0)
217

Geospatial support for Odoo

FREE

Required apps
Web (web)
Technical name
base_geoengine
License
AGPL-3
Secure dependencies
N/A
Geospatial support for Odoo

Geospatial support for Odoo

Beta License: AGPL-3 OCA/geospatial Translate me on Weblate Try me on Runboat

Geospatial support based on PostGIS add the ability of server to server geojson to do geo CRUD and view definition.

Table of contents

Installation

To install this module, you need to have PostGIS installed.

On Ubuntu:

sudo apt-get install postgis

The module also requires two additional python libs:

for a complete documentation please refer to the public documenation

Important changes in version 11

The geometry attributes must now be explicitly mentioned in the list of fields of the XML geoengine view definitions. For instance:

<record id="some_model_geo_view" model="ir.ui.view">
  <field name="name">Some data view</field>
  <field name="model">some.model</field>
  <field name="arch" type="xml">
    <geoengine>
      <field name="name" select="1"/>
      <field name="the_geom"/>
    </geoengine>
  </field>
</record>

Known issues / Roadmap

  • Google layers have been removed as it was not working anyway.
  • Switching from map to form view should be eased to open selected feature. It should work using do_switch_view and this probably requires to set self.dataset.index
  • A good way to open a record from map should be done with double click. However selection handlers have difficulties to work nice with click events.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Camptocamp
  • ACSONE SA/NV

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/geospatial project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

0.0 / 5.0
based on 0 ratings

Python dependencies

Package Version Secured
sphinx_bootstrap_theme 0.8.1
geojson 3.1.0
Shapely 2.0.3
This app is not translated in any languages, it is only available in English.