Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

How to use KPI digests?

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
Odoo13Odoo12digest
1 Răspunde
11114 Vizualizări
Imagine profil
Jens Roehrssen

In the Odoo 12 release notes in section Usability, there is a section

Email Digest

Get KPIs sent by email periodically according to your preferences: new leads, opportunities won, revenues,  cash, tickets closed, open tasks, etc.

However I have not been able to find any information about how - and where - it is configured on this site.

So for anyone who is in the same situation and finds this via search:

The module is named "digest" and only shows up under Apps when the filter "Apps" is closed. You have to enable debug mode to find anything useful in the module information, like where the menu is created (but then, you have to enable debug anyway to access that menu):  Settings/Technical/Email/Digest Email, in German Einstellungen>Technisch>E-Mail>Übersicht E-Mails (I've suggested "E-Mail-Digests" at transifex because the current translation is really misleading and translates back to "E-Mail Overview" which is something entirely different).

Best regards,

mow


0
Imagine profil
Abandonează
Imagine profil
Federico Bau
Cel mai bun răspuns

There is a simple explanation in the Digest Emails.


  1. Enabled Debug Mode

  2. From the Top Nav bar in the right Select 'Technical > Email > Digest Email'

  3. Press 'CREATE'

  4. in the New Tab press 'How to Customize your digest?, Here below is what reports.


-------------------------

In order to build your customized digest, follow these steps:

  1. You may want to add new computed fields with Odoo Studio:
    • you must create 2 fields on the digest object:
    • first create a boolean field called kpi_myfield and display it in the KPI's tab;
    • then create a computed field called kpi_myfield_value that will compute your customized KPI.
  2. Select your KPIs in the KPI's tab.
  3. Create or edit the mail template: you may get computed KPI's value using these fields:

-------------------------

The Digest Module is found in 'odoo > Addons > Digest'.

From that Folder you can find a template: 'Views > digest_templates.xml'

From 'Models > digest.py' you will find function:

def _action_send_to_user()


With the following dictionary:

 
        mail_values = {
            'subject': '%s: %s' % (user.company_id.name, self.name),
            'email_from': self.company_id.partner_id.email_formatted if self.company_id else self.env.user.email_formatted,
            'email_to': user.email_formatted,
            'body_html': full_mail,
            'auto_delete': True,
        }
        mail = self.env['mail.mail'].sudo().create(mail_values)
        mail.send(raise_exception=False)





1
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
How can i show pivot view in odoo 12
rows pivot Odoo13 Odoo12
Imagine profil
Imagine profil
1
mar. 20
9850
odoo13 report
Odoo13
Imagine profil
Imagine profil
1
iul. 25
3379
Use a Server Action to Remove One Product Attribute
Odoo13
Imagine profil
0
mai 23
2903
getting Some modules have inconsistent states, some dependencies may be missing while updating module through commandline. Rezolvat
Odoo13
Imagine profil
Imagine profil
Imagine profil
Imagine profil
3
mar. 25
25867
I can't upload any file in Odoo 13 Rezolvat
Odoo13
Imagine profil
Imagine profil
1
nov. 22
3078
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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