Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

how to get Reminder for Scheduled Phone call?

Subscribe

Get notified when there's activity on this post

This question has been flagged
calendaremailremindersphonecall
12 Replies
29392 Views
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
Discard
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
Discard
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
Discard
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
Discard
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
Discard
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
Discard
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
Discard
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
Discard
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!

Sign up
Related Posts Replies Views Activity
automate reminder calendar Solved
calendar email reminders
Avatar
Avatar
1
Apr 24
3846
Any way to get Email from Calender Event Reminder?
calendar reminders
Avatar
Avatar
1
Apr 23
5877
How to disable sending notifications per Email to the attendees? Odoo v12
calendar email
Avatar
Avatar
1
Jan 20
8323
Meeting reminders Solved
calendar reminders
Avatar
Avatar
Avatar
Avatar
Avatar
11
Jan 24
14470
Email problem when setting a calendar event
calendar email
Avatar
Avatar
2
Mar 15
3865
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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