Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar 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
  • Proyecto
  • 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
6278 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.

Inscribirse
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
5592
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
4962
How to delete a validated invoice? Resuelto
accounting quickstart 13.0
Avatar
1
abr 21
4181
Which are the accounts that CANNOT be deleted from Chart of Accounts? Resuelto
accounting customization quickstart 13.0
Avatar
1
ene 25
5965
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información 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 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