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 odoo11_addon_base_geoengine-11.0.1.0.0.99.dev37-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for odoo11_addon_base_geoengine-11.0.1.0.0.99.dev37-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8ac8666c8bd1f5401216af2dc6623963d03e22b9c72722b6514a28b3e0b62a05
MD5 9f97e2b98db4e12535cc82f863f066d3
BLAKE2b-256 2f1869f73b6ec0a77859ae9060375d6562728b9f2ac50fbcac5402cf84502144

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