Daily updates from Odoo
Tuesday, April 15, 2025
1 change
New functionality added to Odoo
Sales teams can now upload or take a photo of a business card and automatically create a CRM lead from the extracted contact details. This reduces manual data entry after meetings and helps turn new contacts into follow-up opportunities faster.
Original PR description
This commit allows end users to upload business card images (or take a picture on the fly) and generate leads from them. The underlying logic relies on an API call to an AI service to read the image and return a dictionary of information that we use to create lead records. The AI service is IAP by default but can be configured to a custom openAI key. Task-4210816