Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

How does CRM Lead Scoring Computation work

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
crmquickstart13.0
1 Responder
6238 Vistas
Avatar
Gans Marc-Antoine (mgs)

How does CRM Lead Scoring Computation work

0
Avatar
Descartar
Avatar
Gans Marc-Antoine (mgs)
Autor Mejor respuesta

How does CRM Lead Scoring Computation work



  1. What to configure in Odoo


The lead scoring computation takes into account several variables: 

  • Email quality (email_state);

  • Phone quality (email_state);

  • Country (country_id);

  • State (state_id);

  • Source (source_id);

  • Language (lang_id). 


You can decide which variables are to be taken into account via the CRM settings page: 


In addition to the variables above, there are 3 mandatory fields that are taken into account no matter what:

  • Stage_id;

  • Tag_ids BUT a tag is only taken into consideration when there are at least 20 records on a specific tag.

  • Team_id.
    NB: Team_id enables the system to divide the probabilities by team. That means that for a said value (e.g. France), you will have as many probability of success as the number of teams.


You can also decide from which date you want to start considering the data. 


V14.0 SPOILER ALERT:

In V14, all default variables will be taken out so the user will be able to deactivate even these.


The goal is to replace the basic probability field. This field represents the probability to close an opportunity. 

If the user decides to update manually the probability rate, the estimated rate by Odoo will still be possible next to the field label. 


  1. Behind the scenes: how the probabilities are tracked


Each many2one has different possible values, each of which holds the count of lost and won opportunities that display this particular value. 


Many2one fields values:


  • For email and phone quality:


The system checks if the email address is valid (to do so, Odoo uses Flanker + tools.email_normalize module)

  • If the address is valid the hidden field ‘email_state’ will display CORRECT;

  • If there is no email address is displayed => ‘email_state’ = EMPTY;

  • Else => ‘email_state’ = INCORRECT. 


For phone numbers, it takes only into account the phone and NOT the mobile phone ! To check the validity of the numbers, Odoo uses the module ‘phonevalidation’. 

  • If valid, ‘phone_state’ = CORRECT:

  • If no phone, ‘phone_state’ = EMPTY;

  • Else, ‘phone_state’ = INCORRECT. 


  • For other variables:


For example, the country_id will have the different countries as values: France, Belgium, etc.

What happens when an opportunity is won/lost?


If we take this opportunity as an example, we can see that we have three tracked variables displayed in the lead:

  • Email;

  • Country;

  • State.


When the opportunity is won (same thing for lost), the values table will be automatically updated as follows:


The more opportunities you handle, the more accurate this table will become. 

The probability for each value is automatically computed as follows:


P(Won if the opportunity has the value A) = Count(Won when A happens)/Count(Won and Lost opportunities when A happens)


⇒ P(Won|A)= Count(Won|A)/(Count(Won/A)+Count(Lost|A)


=> basically, if we have 8 opportunities for France and among them 3 won, then the probability of success for opportunities that display France will be (3/3+5) = 0.375 = 37.5%


In time, the table of values will look more like that:


  1. Computation of the final probability


  1. Computation of won probability when all events happen together:


If we have an opportunity for a customer located in Belgium and speaking French, the probability of success as computed following the Bayes’ Theorem:

 

⇒ P(Won | A∩B) ∝ P(A∩B | Won)*P(Won)


Meaning: The probability of winning the opportunity when the two events happen (country=belgium and language=french) is equal to the probability of both events happening when opportunities are won multiplied by the overall probability of won opportunities.


In practice, to calculate the probability of both events happening you have to multiply each of the probabilities of successful event happening separately:


⇒ P(Won | A∩B) ∝ P(A | Won)*P(B | Won)*P(Won)


P(Won | Belgium∩French) = P(Belgium|Won) * P(French|Won) * P(overall wons)

  • P(Belgium|Won) = 30/45 = 0.67

  • P(French|Won) = 55/70 = 0.79

  • P(Overall Wons) = 60/75 = 0.8

⇒ 0.67*0.79*0.8 = 0.42


  1. Computation of lost probability when all events happen together:


We then do the same for the lost opportunities:


P(Lost | Belgium∩French) ∝ P(A | Lost)*P(B | Lost)*P(Lost)

  • P(Belgium|Lost) = 15/45 = 0.33

  • P(French|Lost) = 15/70 = 0.21

  • P(Overall Lost) = 15/75 = 0.2

⇒ 0.33*0.21*0.2 = 0.0139


  1. Final computation of the probability of success:


To compute the final percentage of success, you use the values we computed above:


0.42 / (0.0139 + 0.42) = 0.9679 => 96.79%


This is the final result that will be displayed on the opportunity.




2
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
What are the Days to Assign, Days to Close fields in CRM? Resuelto
crm quickstart 13.0 v14
Avatar
1
abr 21
5563
How can restrain the user view own CRM opportunities only with a tag?
crm studio quickstart
Avatar
1
oct 22
83
How can i integrate tiwilio with odoo CRM?
crm crm.lead 13.0
Avatar
Avatar
Avatar
Avatar
Avatar
4
nov 21
4940
How to delete a validated invoice? Resuelto
accounting quickstart 13.0
Avatar
1
abr 21
4155
Which are the accounts that CANNOT be deleted from Chart of Accounts? Resuelto
accounting customization quickstart 13.0
Avatar
1
ene 25
5937
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now