-
-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[15.0][ADD] website_openstreetmap #949
[15.0][ADD] website_openstreetmap #949
Conversation
We have in OCA the module |
…res.partner and renamed module into website_snippet_openstreetmap
@pedrobaeza |
@pedrobaeza |
Trying it functionally, several comments:
|
This snippet takes, by default, the website company address. Indeed, the issue with it is that the company address provided by default from Odoo in a new DB: If you set a different address to your company, the block should work correctly. About the block, I tried to stick as much as possible to the standard Odoo "Map" snippet. Compare this (standard Map block): and this (OpenStreetMap block): Also, it should be possible to put it into other blocks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about including demo data for modifying such company address removing , Suite
that is the part that is breaking the search?
@pedrobaeza |
@pedrobaeza can I do anything to push this PR? |
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at e9f3691. Thanks a lot for contributing to OCA. ❤️ |
This module introduces a new website snippet "OpenStretMap" to drag and drop in your website.
It also implements a method on "res.partner" to return the OpenStreetMap link computed from the partner address. This method is a technical feature: it doesn't introduce any functionality by itself, but it can be used by other modules.