Enhance Odoo's CRM with custom fields, workflows, and automation to better track leads, customer interactions, and sales pipelines.
Your customer needs to add a new read-only field of type float called "coefficient" in the CRM, which will be calculated based on the opportunity's probability at the time of creation
CRM → Sales → My Pipeline
crm.lead model
do the following:Once calculated, the coefficient should remain unchanged.
Your customer needs to make Email mandatory in lead creation
CRM → Sales → My Pipeline
crm.lead model
do the following:Your customer needs to implement a notification system that sends an alert to the selected salesperson whenever a lead is created in the CRM. This will ensure that salespeople are promptly informed of new leads assigned to them.
CRM → Sales → My Pipeline
crm.lead model
do the following:Your customer needs to archive/deactivate unused lead tags while keeping them in the system for historical reporting.
CRM → Configuration → Tags
crm.tag
and do the following:crm.tag
model, it is True
by default.