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

odoo 10: problem with mail setup

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
setupmessageemailtemplates
5202 Vistas
Avatar
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
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
Editing helpdesk message template
message email templates helpdesk
Avatar
0
feb 21
4871
Email Template subject parameters Resuelto
email templates
Avatar
Avatar
1
feb 24
3670
Nothing rendered into email body_html (Odoo 16) Resuelto
email templates
Avatar
1
jul 23
4696
How to add company logo to email templates? Resuelto
email templates
Avatar
Avatar
Avatar
Avatar
3
dic 23
19978
Failed to render template Resuelto
email templates
Avatar
Avatar
1
feb 22
7207
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