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

File details

Details for the file odoo13_addon_base_geoengine-13.0.1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo13_addon_base_geoengine-13.0.1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6bc2ff88ffcdb1628d22b5f29fe79d1f6cbc7d2e68267c42064d9b3aa3b2e218
MD5 380e9d274c89eb577bf956cd6455b5d2
BLAKE2b-256 193d4c504570d6049ad96bed052fd39b0f0d42c0b87b755de9a912c88f7f35b3

See more details on using hashes here.

Supported by

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