Skip to main content

Geospatial support for Odoo

Project description

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

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

Usage

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 smashing 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo12_addon_base_geoengine-12.0.1.0.0.99.dev17-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo12_addon_base_geoengine-12.0.1.0.0.99.dev17-py3-none-any.whl
Algorithm Hash digest
SHA256 f01d47715c8f1702a3ed5d582c27d860e66514db0628bf16bc7a4add1fa22ec7
MD5 eb4702e9544c361df5c1a0c7588d5a72
BLAKE2b-256 306ca175f6ca918e6d97f6c1c0934f3074f710a44e5073e136d75223087c69cf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page