-
-
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
18.0 mig base geoengine #386
base: 18.0
Are you sure you want to change the base?
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
…rch drop down list
Currently translated at 100.0% (163 of 163 strings) Translation: geospatial-16.0/geospatial-16.0-base_geoengine Translate-URL: https://translation.odoo-community.org/projects/geospatial-16-0/geospatial-16-0-base_geoengine/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: geospatial-16.0/geospatial-16.0-base_geoengine Translate-URL: https://translation.odoo-community.org/projects/geospatial-16-0/geospatial-16-0-base_geoengine/
Currently translated at 77.9% (127 of 163 strings) Translation: geospatial-16.0/geospatial-16.0-base_geoengine Translate-URL: https://translation.odoo-community.org/projects/geospatial-16-0/geospatial-16-0-base_geoengine/sv/
Currently translated at 100.0% (163 of 163 strings) Translation: geospatial-16.0/geospatial-16.0-base_geoengine Translate-URL: https://translation.odoo-community.org/projects/geospatial-16-0/geospatial-16-0-base_geoengine/it/
> > 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> "
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: geospatial-17.0/geospatial-17.0-base_geoengine Translate-URL: https://translation.odoo-community.org/projects/geospatial-17-0/geospatial-17-0-base_geoengine/
Currently translated at 100.0% (168 of 168 strings) Translation: geospatial-17.0/geospatial-17.0-base_geoengine Translate-URL: https://translation.odoo-community.org/projects/geospatial-17-0/geospatial-17-0-base_geoengine/it/
b5dc15c
to
e90815b
Compare
Thanks for the attempt of migration. Can you provide a stack trace of the error?
I would assume that Otherwise I notice the CI fails as you are missing requirements like shapely, you will want to ensure you have the same deps as in: (IIRC pre-commit should do it for you) |
/ocabot migration base_geoengine |
e90815b
to
93dff69
Compare
@yvaucher: |
those are dependencies for the postgres container used in the test not for the OCA module your are migrating. It seems you need to change the postgres services used by the github pipeline as it was done in the 17.0 migration: 5142637#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88L45 |
fa710ed
to
72b900b
Compare
@yvaucher: |
72b900b
to
490d05a
Compare
Migration to 18.0
I tried to make the migration but I have troubles with the GeoengineRecord. I'm not very firm with owl so maybe some of my questions are not that precise.
But somehow it doesn't pick up the template for the GeoengineRecord
If I add it within the js it works.
I still get this error:
Uncaught (in promise) Error: Missing template: "web.Field" (for component "Field")
I'm a little bit lost because I don't know how to find the templates referenced by eg. t-call ... __template__25.
Would be great if someone could help me with that.