-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
[17.0][MIG] base_geoengine: Migration to 17.0 #368
Conversation
…isplay values of selection field instead of technical value in info map box in geoengine view
The feature to set a symbol with symbol_url or symbol_binary on vector layers was broken. This replace those fields by a new object vector symbol on which you can specify which symbol to use depending on a field value.
geo_contains calls St_Contains SQL search. Plus fix search to set SRID to avoid mixin srid issue.
And extract Swisstopo to move it in a new module
Otherwise partial value is interpreted as context and it will fails on Odoo loading
…lways need to zoom out to get useful informations
This PR has the |
1 similar comment
This PR has the |
Any update? |
I'll continue with this module maybe the next month |
7311d21
to
bc60353
Compare
Tx to your commit. Seams everything is ok to merge, is`n it? |
Not yet, they are some bugs to solve |
Your last commit fix unit test. So we are ready to merge with the branch. Is there any bug or issues? I check it with odoo 17 manually and every thing seams ok. Let me know if there is any issue, pleas. BTW, I can help you to finish it, TX to your work, hope be fine |
Yes, the bugs are in the TODO description of this PR. If you wanna to solve that make a pr to merge into my branch. Thanks in advance |
@@ -40,24 +44,85 @@ export class GeoengineController extends Component { | |||
offset: offset, | |||
limit: limit, | |||
total: count, | |||
onUpdate: async ({offset, limit}) => { |
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.
There might be a mistake here, the parameter names must be the same that odoo is using: offset and limit. If they don't match the pager can't be updated accordingly.
I could swear this was working when I checked it, has it been changed recently?
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.
Fixed, thanks!
> > Co-authored-by: Antoni Marroig Campomar <amarroig@apsl.net> Co-authored-by: Red Butay <@reichie020212> Co-authored-by: Miquel Alzanillas <malzanillas@apsl.net> Co-authored-by: Sergio Sancho <sersanchus@gmail.com> "
bc60353
to
5142637
Compare
@dreispt can you review please |
This PR has the |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at dc17fcc. Thanks a lot for contributing to OCA. ❤️ |
Module migrated to version 17.0
cc https://github.com/APSL 154489
@miquelalzanillas @lbarry-apsl @javierobcn @mpascuall please review
To do: