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 10: problem with mail setup

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
setupmessageemailtemplates
5224 Widoki
Awatar
Michele F.

Hello, i did install odoo10 community (this version 10.0-20170103) on ubuntu 16.04 virtual local machine, everything goes fine by following the guide, been setting up wkhtmltopdf and other usefull tools for my country fiscal settings.

i did arrive to the email setup, and started first problems, i will explain what kind of interaction i need between emails/odoo for the company and how i did try to reach that goal.


in the ideal setup i must have all outgoing emails with FROM to be always the same, in that case noreply@xxxx.com

than by setting the reply to field everyone that receive an odoo generated document could reply to the user that actually send the email via odoo.

on the incoming email, i only have one email for generating leads, i don't need any other communication for users, so actually this is not giving problems.


that is all what i try to do to reach my goal of outgoing emails setup.

1) at begin communication witha  dovecot+postfix vm was not working, so i had to make this patch:   https://github.com/odoo/odoo/issues/10833    and this fixed authentication problems.

2) all outgoing emails was than having FROM as the user email and reply to catchall@xxxx.com and this was not correct, so as stated in most thread here and around web, i did remove the catchall in systems parameters (mail.catchall.alias)

3) after fixing the catchall problem, now email comes from user and there's no more REPLY TO, as without catchall it let you reply only to the sender, but it was still far from what i wanted.

4) i did try to modify the template, under the configuration -> email -> templates , but none of what i write in that template is beign read by odoo, and it does not change anything in email received.

5) to fix the sender issue, as i wanted to have one and only sender( FROM), noreply@xxxx.com i did modify the file ir_email_server.py   adding a static address for FROM , and it worked, so by now all seems to be ok.

6) i did try to send varius emails/communications, like direct message to a partner work perfectly as i wanted, but when i try to send an invoice or any kind of other attached documents the email arrive to the right TO receiver, but the REPLY TO field is set to the creator of the document, to fix this problem, as told before i did try to add REPLY TO in email templates but odoo is not taking care of that templates setup.


the problem at the end, it's not possible that a customer ask for an document to be sent, and once sent it comes from another odoo user email becouse(REPLY TO), if the customer have problems he will have to deal with who send the document, and it means that actual user that wanted to send the email with attachment, and NOT the user who did create the document.

i'd like also to fix the FIXED FROM sender issue, couse manually changing a PY File does not seem to be a fair solution.

thanks for the help, i read soo many pages around the web but none of the solution proposed could fix this problems.




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ść
Editing helpdesk message template
message email templates helpdesk
Awatar
0
lut 21
4874
Email Template subject parameters Rozwiązane
email templates
Awatar
Awatar
1
lut 24
3675
Nothing rendered into email body_html (Odoo 16) Rozwiązane
email templates
Awatar
1
lip 23
4709
How to add company logo to email templates? Rozwiązane
email templates
Awatar
Awatar
Awatar
Awatar
3
gru 23
19985
Failed to render template Rozwiązane
email templates
Awatar
Awatar
1
lut 22
7215
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