How to use Tryton GIS

Hi.

I would like to know how trytond_gis module works or how to use it. I need to compile from the source code

Thanks in advance!

You just need to install trytond-gis package and for the database uri you must use postgis as database (instead of postgresql).
You must also ensure that postgis extension is installed on your database.

Once it is done you can define Geometry fields on your Models.

2 Likes