-
- Downloads
[IMP] base_geolocalize,website_crm_partner_assign: show a toaster message
- Right now, if you click on 'Geolocate' button on partner form view, and if partner has no address, it gives no feedback and user doesn't know what happend. With this commit, if the geolocating does not work, user will get a toast notification telling him that 'No address found' to avoid confusion. - When we click on 'Automatic Assignment' button from crm form view, if there is no country set on lead, odoo skips the process, but we get the tag that 'no partner available' which is not correct. It should be there only when odoo actually tries to find the partner based on lead's country. This commit fixes the behavior by showing a toast notification to user in this case, saying 'There is no country set in address'. TaskID-2443894 closes https://github.com/odoo/odoo/pull/67524 Part-of: odoo/odoo#67524
Please register or sign in to comment