Yopi Angi
Yopi Angi
Hi @erlopezh, First, thanks playing the module. Could you tell me which map details you are expecting? Thanks
hi @erlopezh @BigleafBrandon The maps details is not ported in the version 11.0 and version 12.0 The demo that's showing that feature is in version 10.0 Regarding the partner location,...
Hi @diegojuc Thanks for reporting this issue I'll check
@diegojuc I couldn't reproduce the issue on my side. Switch from list view to map view looks fine (I'm using a fresh DB loaded with Odoo demo data). you can...
@diegojuc Found the issue, it's in your view action ```xml maps points list mymodule form tree,form,map {'edit_geo_field':True} No points registered ``` You should not append this value in your general...
@diegojuc Apologize for the unclear documentation, I will update it Thank you for your feedback 🙏
@schinto777 looks like the variable value on this line https://github.com/gityopie/odoo-addons/blob/12.0/web_google_maps/static/src/js/view/map/map_renderer.js#L315 ```javascript var position = marker.getPosition(); ``` assigned invalid value, normally `marker` is an instance of class `google.maps.Marker`. could you please...
@schinto777 did you use the `map` view on your custom model? or is it from my modules? I'm just tested it by installed the module `contacts_maps` on fresh DB without...
@schinto777 Could you please debug the code on your side? add a `console.log` on function `_clusterAddMarker ` https://github.com/gityopie/odoo-addons/blob/12.0/web_google_maps/static/src/js/view/map/map_renderer.js#L311 ```javascript _clusterAddMarker: function (marker) { console.log(' marker = ', marker); // 0)...
@schinto777 Thank you. Looks like something is missing, I don't see `position` on your debug data. This is mine A marker inside cluster A marker is not in a cluster