Search code examples
odooodoo-8odoo-10odoo-11odoo-12

ODOO -12 NOTIFICATION SETUP


I am a starter in odoo. Can anyone help me to find a solution for the problem mentioned below?

in CRM Module , i want a mail when manger should be notified of any changes made to the Records and manager should be notified 90 days prior to expiry of subscription and automatically

Can anyone help me to achieve this goal. Thanks in advance.


Solution

  • Guna Str

    1) manager should be notified of any changes made to the Records
    - Define an automated action to send the email if the value of the Stage field changes on an update of the record.

    2) manager should be notified 90 days prior to the expiry of subscription
    - You can do with the track_visibility with customizing the logic based on the explain way(days calculating) or for mail you also do with the automated action(with python way).