Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Odoo/OpenERP failed mail handling

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
smtpcronemails
5 Odpowiedzi
9991 Widoki
Awatar
DRC Systems India Ltd.

I have a question regarding odoo/openerp mail handling for typical situation. Here is the scenario:- I am using some odoo and performed any transaction that would trigger an email to my client, now for consideration I didn't have internet connected at that moment will odoo handle that on later stage like if the system will look for emails that got failed due to any reason and retry the same.

I tried to make a deeper drive for the same in Automation Panel I was able to see scheduled action I was able to see Email Queue Manager I did all the settings it had. Now the issue is I wanna know what odoo is using in back-end like Crontab or any other kind of scheduler that will let you me know if the schedules have been qued and wait for the same to hit the script and process the Que.

Any one who know odoo will be able to answer the question. If you are not getting my question and are aware of odoo. Please let me know. I will do my best to explain the situation.

Thanks and Regards

Chand Prakash

2
Awatar
Odrzuć
Awatar
Axel Mendoza
Najlepsza odpowiedź

Odoo have it's own cron solution for triggering the tasks saved in the ir.cron model. Every cron definition define a call to a target model function that implements the needed behavior of the task. The target model function, in this case function for Email Queue Manager is the responsible for clean up the failed or delayed email messages. The cron of Odoo consist of independents Threads/Workers that scan and execute the cron task definitions 

The process_email_queue function used by the referenced cron look for mail.mail objects with state = outgoing. Those emails that are not delivered get an state = exception. For those you could put back to the outgoing state by the Retry button or you could define the context in the args for that cron task with a filter key-value containing a domain to match the exception state like:

<field eval="'(None,{\'filters\': [\'|\'(\'state\', \'=\', \'exception\')]})'" name="args"/>

or directly in the ir.cron form in the field args

"(None,{'filters': ['|'('state', '=', 'exception')]})"


3
Awatar
Odrzuć
Ryan Hulsker

So the other part of this question was "does OpenERP retry sending emails that failed, for instance if your SMTP server is down at the moment you sent them?" Im running 8.0 and sent invoices via email while SMTP was down and I am wondering if they should be automatically sent. Its been a few hours and I have not seen them so I am wondering if this means my scheduler is broken.

Axel Mendoza

Check the answer for a way to process emails with exception state

Axel Mendoza

updated

Awatar
eLBati
Najlepsza odpowiedź

Module mail_tracking shows email notification tracking status for any messages in mail thread (chatter). Each notified partner will have an intuitive icon just right to his name.


When user sends a message in mail_thread (chatter), for instance in partner form, then an email tracking is created for each email notification. Then a status icon will appear just right to name of notified partner

0
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Odoo does not send me the emails
smtp emails
Awatar
Awatar
Awatar
Awatar
Awatar
5
wrz 24
14294
SMTP config options have no effect
smtp emails
Awatar
Awatar
1
sie 18
7966
Problem with smtp out odoo,becouse change terms of google apps no security Rozwiązane
smtp emails Odoo13.0
Awatar
Awatar
2
paź 24
4990
Connection test failed! Error when testing the outgoing email configuration
email smtp emails
Awatar
Awatar
1
mar 15
14569
How often are email messages sent from Odoo?
emails
Awatar
Awatar
Awatar
2
wrz 25
3598
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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