Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Real Estate
    • Real Estate Agency
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consulting
    • Accounting Firm
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Solar Energy Systems
    • Shoe Maker
    • Serveis de neteja
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

how to get Reminder for Scheduled Phone call?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
calendaremailremindersphonecall
12 Respostes
29388 Vistes
Avatar
Jack

Hi,

Is there a way to get reminders for a scheduled phone call?

The calls do not show up in the calendar, neither do they set off Email reminders, so it seems slightly noneffective to have to go back and keep checking what you have scheduled (as well as the need to go somewhere else to see meetings, etc.)

EDIT: I see this is similar to this question, with the difference being in how the reminder is being gotten.

The point however is the same.

10
Avatar
Descartar
Avatar
Andreas Brueckl
Best Answer

You can do it with the following setup:

  1. Create a new E-Mail Template image description

  2. Create a new Server Action which uses the template to send a mail image description

  3. Create an Automated Action which calls the Server Action 2 hours before a phonecall image description

    image description

Thats it!

5
Avatar
Descartar
Avatar
Nathan Reid
Best Answer

For anyone else struggling with this for Odoo 9, Andreas's answer works but you need to replace references to 'email.template' with 'mail.template' in the python code. 

1
Avatar
Descartar
Avatar
Denis Baranov
Best Answer

You may configure any sort of alarms (emails and notifications) for any Odoo objects. Have a look at the section "Special Feature" at this page: https://apps.odoo.com/apps/modules/9.0/joint_calendar/

1
Avatar
Descartar
Avatar
Ivan Elizaryev
Best Answer

I have made module  reminder_phonecall 

It adds Reminders field to phonecall form, which works the same as in Calendar/Events. You can select "15 min notif", "1 day notif", "1 hour mail" etc. So, you can easily get instant or mail reminder (or both).

Also, it creates Calendar Event. So, you can use Calendar as a agenda.

The module is based on reminder_base, which can be applied to any model with Date field. E.g for Next Action in opportunity: reminder_crm_next_action

0
Avatar
Descartar
Dale

Hi Ivan. Your module sounds good. How can I buy it?

Ivan Elizaryev

Dale, you can by modules at odoo app store. Contact odoo support team, if you have problems with that.

Avatar
Agustin Allera
Best Answer

hello,

I've tried these steps but I didn't receive the reminder

Why can be?

Regards

0
Avatar
Descartar
Daniel Santos

I have been for a while creating automated actions (for meetings and phone calls too) and still doesnt work. So, there are 2 possibilities: 1: Is missing something to me, 2: This simple and important feature doesn't work. Hope is first! To create an automated action i follow the next steps: 1 - Gateway (out): Check; 2 - User Email - Check; 3 - Create an action and an automated action (Action Type: E-mail)- Check. 4 - Again; 5 - And Again; 6 - This should be less complicated... :|

TEIMI Yassine

If you used the python server action o send an email, you should paramter outgoing email server on the email template your using, it's on the advanced tab.

Avatar
Dr Obx
Best Answer

I solved this problem in slightly different way.

there is a button Schedule a Meeting

Just replaced a Schedule Other Call with a Button (Schedule a meeting renamed to Schedule a call) which allow you create an event so once you set a new event you will get a notification on the screen and by email :)

:)

Is not perfect but ... ;)

0
Avatar
Descartar
Avatar
Andres Humberto Agredo Bermudez
Best Answer

I saw thath the system time in openerp are more or less acoording your GTM, so the email works only if you do not set trigger date, but that isn't very usefull, look the postgres BD in the crm_phonecall table and you can see the date stored in the phonecall.

 

0
Avatar
Descartar
Andres Humberto Agredo Bermudez

look the time of my post! is 16:56, and the real time in my zone is 11:56

Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
automate reminder calendar Solved
calendar email reminders
Avatar
Avatar
1
d’abr. 24
3841
Any way to get Email from Calender Event Reminder?
calendar reminders
Avatar
Avatar
1
d’abr. 23
5876
How to disable sending notifications per Email to the attendees? Odoo v12
calendar email
Avatar
Avatar
1
de gen. 20
8323
Meeting reminders Solved
calendar reminders
Avatar
Avatar
Avatar
Avatar
Avatar
11
de gen. 24
14466
Email problem when setting a calendar event
calendar email
Avatar
Avatar
2
de març 15
3865
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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