You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you enable the "Use GeoEngine with OpenStreetMap" option in the settings for the fieldservice addon you encounter an error stating that the "base_geoengine" dependency is unavailable ( because this is a dependency listed in the "fieldservice_geoengine" addon. So when you search you can find a version of base_geoengine for Odoo version 16 here which can easily be ported to version 17. After porting to version 17 you will encounter another error related to fieldservice_geoengine.
`odoo.tools.convert.ParseError: while parsing /opt/odoo/custom_addons/fieldservice_geoengine/views/fsm_order.xml:34
Module
fieldservice_geoengine
Describe the bug
When you enable the "Use GeoEngine with OpenStreetMap" option in the settings for the fieldservice addon you encounter an error stating that the "base_geoengine" dependency is unavailable ( because this is a dependency listed in the "fieldservice_geoengine" addon. So when you search you can find a version of base_geoengine for Odoo version 16 here which can easily be ported to version 17. After porting to version 17 you will encounter another error related to fieldservice_geoengine.
`odoo.tools.convert.ParseError: while parsing /opt/odoo/custom_addons/fieldservice_geoengine/views/fsm_order.xml:34
Error while validating view near:
Name:
Forbidden owl directive used in arch (t-name).
View error context:
{'file': '/opt/odoo/custom_addons/fieldservice_geoengine/views/fsm_order.xml',
'line': 16,
'name': 'ir.ui.view.fsm.order.map',
'view': ir.ui.view(4657,),
'view.model': 'fsm.order',
'view.parent': ir.ui.view(),
'xmlid': 'ir_ui_view_fsm_order_map'}
`
This error is related to the following code in the fsm_order.xml file
`
To Reproduce
Affected versions:
Steps to reproduce the behavior:
Expected behavior
I expect the modules to install without issue and enable the OpenStreetMap and GeoEngine functionality
The text was updated successfully, but these errors were encountered: