Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profit organisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

How does CRM Lead Scoring Computation work

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
crmquickstart13.0
1 Beantwoorden
6273 Weergaven
Avatar
Gans Marc-Antoine (mgs)

How does CRM Lead Scoring Computation work

0
Avatar
Annuleer
Avatar
Gans Marc-Antoine (mgs)
Auteur Beste antwoord

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
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
What are the Days to Assign, Days to Close fields in CRM? Opgelost
crm quickstart 13.0 v14
Avatar
1
apr. 21
5586
How can restrain the user view own CRM opportunities only with a tag?
crm studio quickstart
Avatar
1
okt. 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? Opgelost
accounting quickstart 13.0
Avatar
1
apr. 21
4181
Which are the accounts that CANNOT be deleted from Chart of Accounts? Opgelost
accounting customization quickstart 13.0
Avatar
1
jan. 25
5964
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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