Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 297 |
Technical Name |
bista_dynamic_mail |
License | AGPL-3 |
Website | http://www.bistasolutions.com/ |
DYNAMIC MAIL
This module helps to create email reminder dynamically for selected models and fields.
It auto calls the cron and send email reminder according to the set interval by user.
Have you ever had instances where you skip the payment to be recovered from your vendor? When something like this happens, some of the key things that you want to ensure are :
- Sends email reminder dynamically for the selected model and field. Send email reminder to the vendor from whom you have to recover payment.
- Creates a cron job, and send an email to the vendor.
Custom object is created to set the cron on mail. Here we have selected the model "contact" and field "Last modified". set the cron time as 1 day. So reminder will get called before a day.

As, after you mark the payment as bounced, you will see pop-up where you can enter the bank charges and charge the customer for the same. You can even enter the extra fee and then assign it to the respective account.

The cron job has been created for the record.

Please log in to comment on this module