Replies: 3 comments 3 replies
-
Hi @hetulhh Did you disabled marker cluster on your google_map view? Would be great if you can share your custom module so that I can check it Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Yopi,
I didn´t disable the marker cluster.
Please check attached the custom module.
Thank you for your help,
Hetul
Yopi Angi ***@***.***> escreveu no dia terça, 6/06/2023 à(s)
18:17:
… Hi @hetulhh <https://github.com/hetulhh>
Did you disabled marker cluster on your google_map view?
Would be great if you can share your custom module so that I can check it
Thanks!
—
Reply to this email directly, view it on GitHub
<#214 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADATGSSIGOIV4QIM6DCJO3XJ5JZNANCNFSM6AAAAAAY4SRCR4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@hetulhh I've a pushed a fixes, please take the latest version and update web_google_maps on your instance. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Yopi, web_google_maps is an awesome module.
I need your help for an implementation. I am trying to implement the map on the Supplierinfo model in order to search and get on the map the products and its suppliers. The map loads ok, but when I filter for the supplier the sidebar gives me the correct information but the maps pinpoints all the suppliers locations present on the model Supplierinfo: it seems that its is not clearing the markers. Same happens when I try to filter for the products, the siderbar gives the correct information but the maps loads all the suppliers locations. Sending a example:
`from odoo import api, fields, models
class SupplierInfo(models.Model):
_inherit = 'product.supplierinfo'
Can you help?
Thanks,
Hetul
Beta Was this translation helpful? Give feedback.
All reactions