-
Notifications
You must be signed in to change notification settings - Fork 241
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] fieldservice_geoengine: Migration to 17.0 #1190
Conversation
Currently translated at 77.8% (7 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_geoengine Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_geoengine/es_CL/
Currently translated at 11.1% (1 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_geoengine Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_geoengine/de/
Currently translated at 33.3% (3 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_geoengine Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_geoengine/de/
Currently translated at 55.6% (5 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_geoengine Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_geoengine/pt_BR/
Currently translated at 100.0% (9 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_geoengine Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_geoengine/pt_BR/
Currently translated at 100.0% (9 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_geoengine Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_geoengine/pt_BR/
Currently translated at 100.0% (9 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_geoengine Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_geoengine/es_AR/
Currently translated at 100.0% (9 of 9 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_geoengine Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_geoengine/es_AR/
[IMP] fix travis CI dependency [IMP] added requirements needed for geospatial [IMP] added requirements needed for geospatial
Hi @sersanchus, i have a problem when enter to map view for a problem with source. The problem is in base_geoengine that we work together but i don't know why is throwing this error. Any idea to solve that? Thanks in advance |
Hi @peluko00, The error is related to this piece of code not finding any vec layer:
As all openlayers vec layers are visible by default, maybe there aren't any 'geoengine.vector.layer' associated with the geoengine view of your demo. In that case 'getOriginalZoom' has to detect that and use for example an empty extent in taht case:
|
I found the error, is because any of the 'geoengine.vector.layer' hasn't a field called 'active_on_startup' seted to True. Many thanks! |
23d6b2f
to
7016282
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.
Working good, checked in runboat
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.
Working as expected on runboat.
LGTM!
/ocabot migration fieldservice_geoengine |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 17.0-ocabot-merge-pr-1190-by-dreispt-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
@dreispt Maybe it's for the dependency that not being merge? |
7016282
to
06fbd57
Compare
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 82227a0. Thanks a lot for contributing to OCA. ❤️ |
Module migrated to version 17.0
cc https://github.com/APSL 155457
@miquelalzanillas @lbarry-apsl @javierobcn @mpascuall please review
Depends on: