Wednesday, July 31, 2019
2 changes · master
Enhancements to existing features
The lead generation request tooltip now explains credit usage more clearly when requesting both companies and contacts. The displayed total now includes credits for both company and contact data, helping users better understand request costs before proceeding.
Original PR description
Before this commit, the tooltip message for the credits lacks clarity when making a request for companies and contacts. The sentence 'making a total of X credits for this request' was only the total of the credits for the contacts, without the credits for the companies. Now, the tooltip is clearer, the total takes into account the credits for the companies and the contacts. Task-ID 2036946 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Incoming VoIP calls now display the matching contact's name when the caller's phone number is linked to a partner record. This makes it easier for users to recognize callers quickly and handle calls with better context.
Original PR description
Set a phone number on a partner, make that partner call Odoo, his phone number is shown instead of his name. opw-2034004 this is a port from PR #4873