-
- Downloads
[FIX] base_geolocalize : adapt geocoordinates to partner address
Steps : Install Field Service and Contacts. Create a FSM task > Customer : Demo. Note that the displayed address is his Demo's current one. Click Navigate To : it points this same address. Go to Contacts > Demo > change the address and return to task. Note that the displayed address is his Demo's new one. (Or else refresh) Issue : Click Navigate To : it points the OLD address. Cause : action_fsm_navigate calls partner.geo_localize only if partner has no geocoordinates. Yet he still have the old coordinates. Fix : Call when the address changes and not in action_fsm_navigate. closes odoo/odoo#84753 Opw: 2743926 X-original-commit: 0c01f2a2 Related: odoo/enterprise#24456 Signed-off-by:Yannick Tivisse (yti) <yti@odoo.com> Signed-off-by:
Onockx Audric (auon) <auon@odoo.com>
Please register or sign in to comment