Skip to Content
Menu
This question has been flagged
2 Replies
2372 Views

Odoo 12 - installation from scratch

postgresql 11

postgis 3.0.1


I have installed the modules without errors (base_geospatial & base_geospatial_demo). Both downloaded from the OCA apps store.


But when going to the GeoEngine Demo menu, and clicking on the map icon, the map doesn't loads.


I have no errors on the server log (Debug mode), and I don't know what else review.


I have updated npm, rtlcss and nodejs. Nothing works.


I have checked that it works ok on the OCA's runbot, so I discard browser's problems.


Any suggestion?

Avatar
Discard
Best Answer

Hello Fernando, 

These modules also requires two additional libraries 

pip install Shapely

http://pypi.python.org/pypi/Shapely 

pip install geojson

https://pypi.org/project/geojson/

If you have already installed these libraries then you can check error by right clicking on your browser and select "Inspect Element"

Inside the inspect element there is console tab.

Inside the console tab you can check the exact error. 

https://prnt.sc/rkatf8


Thanks

Anisha Bahukhandi

Technical Content Writer

Webkul

Avatar
Discard
Author Best Answer

Hi Anisha, 

I have a Docker installation with two containers: one for the web, and another for the db.

The Shapely and the geojson are installed on the web container during the build process throught "apt-get install python3-shapely geojson".

The browser's console does not show any errors.

When clicking on the map icon, a small notification appears on the lower right corner of the web wich says "Loading". Then, the grey curtain covers the screen with the message "Loading". But in less than a second it disapears and only shows the web on the "list" view, and doesn't loads the map.

Avatar
Discard

Hello,

Try by enabling developer mode with assets

https://prnt.sc/rkb6v3

Then check on your console and share the exact error.

Author

seems like it can't find a css file.

https://prnt.sc/rkga2p

Author

Tooltip error seems also to be related with an error with other css file

https://prnt.sc/rkgclu

Hey Fernando,

It seems like module is not updated at your Odoo end because some css/js files are not correct in your module.

So it is better if you will uninstall this module

then pull the updated module from

https://github.com/OCA/geospatial/tree/12.0

then reinstall this extension.

you can also check the updated extension by login through runbot

http://3411394-12-0-77abc5.runbot2-3.odoo-community.org/web/login

Thanks

Author

Hi Anisha!!!

You where right, the module in the OCA app store is outdated and does not work properly with recent packages.

Just downloaled the github repository, installed the module, and it's working!!!

Hello Fernando,

It's great that your issue is resolved. If you liked my assistance then I would really appreciate if you can take out a few minutes out of your busy schedule and put a google review for me here - https://www.google.com/search?q=webkul&oq=webkul+&aqs=chrome..69i57j69i60l3j0l2.4182j0j7&sourceid=chrome&ie=UTF-8#lrd=0x390ce561c5555555:0xcfb40ae166ce6c21,1

A nice review from your side will motivate my team to provide exceptional support to the people like you :)

Anisha Bahukhandi

Technical Content Writer

Webkul

Related Posts Replies Views Activity
3
Mar 15
9075
0
Mar 15
2934
0
Nov 17
2366
1
Feb 22
3250
2
Jul 15
6015