This project integrates GIS functionality into Odoo.
- Spatial data handling within Odoo
- Map-based visualization
- Customizable GIS modules
- Docker needs to be installed and running on your system.
- Clone the repository
git clone https://github.com/scvetojevic1402/odoo-gis
- Change into the project directory
cd odoo-gis - Run the project
make run
Note: Docker uses a volume for PostgreSQL data, so your data will persist across runs. This means that even if you stop and restart the containers, your data will remain intact.
After running the project with make run, follow these steps to use Odoo GIS:
-
Start Screen Open your web browser and navigate to
http://localhost:8069. Then click onManage Databases.
-
Create a Database Fill out the form. Use your master password from odoo.conf, your email, odoo_db as the database name and choose your password. Also check
Demo Dataoption and finally click onCreate Database.
-
Login Use your email and password from the previous step to log in. You will be redirected to the Odoo dashboard.

-
Install GIS Modules Search for the GIS-related modules, such as Field Service Geoengine and Field Service - CRM. Click on the "Activate" button to install them.

-
Use GIS Features Use the provided modules to manage geospatial data directly in Odoo. You can now create, view, and edit spatial data.
