-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
[16.0][Feature] add website_geoengine_store_locator #376
Conversation
4952bde
to
f4aed1a
Compare
f4aed1a
to
20da76a
Compare
20da76a
to
76119c5
Compare
Please fix the pre-commit and squash some of those commits (Most likely in one as the feature is adding a new module) |
4bcf9b7
to
d14399c
Compare
4cd7c66
to
6ecf4d2
Compare
|
Hello @yvaucher pre-commit fixed and commits squashed |
6ecf4d2
to
d220df7
Compare
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.
Code LGTM
Only a couple of issue on files.
Some python files misses a copyright header + readme are missing the contributors because of a typo in some of the file names
@@ -0,0 +1,117 @@ | |||
from odoo import _, api, fields, models |
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.
Missing a license header
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.
I then also added license informations in the JS files
@@ -0,0 +1,2 @@ | |||
* Stéphane Brunner <stephane.brunner@camptocamp.com> |
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.
Typo in this file name, that's why you don't appear in the readme file as contributor.
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.
Corrected !
@@ -0,0 +1,2 @@ | |||
* Stéphane Brunner <stephane.brunner@camptocamp.com> |
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.
Some typo on the file name. (missing an R)
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.
Corrected
d220df7
to
e277c99
Compare
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 66c2542. Thanks a lot for contributing to OCA. ❤️ |
This module extends the
website_geoengine
odoo module, to add a map snippet view for the website.By default the map features are filtered to only display contact of type
store
.