Hi,
Can anyone help me in setting e-mail notification six months, one month + one week in advance that a contract is going to expire. A contract here being for vehicle insurance or for equipment maintenance.
thx!
Hi,
Can anyone help me in setting e-mail notification six months, one month + one week in advance that a contract is going to expire. A contract here being for vehicle insurance or for equipment maintenance.
thx!
Hi,
In your current contract model you can create functions like:
python:
def send_contract_expiry_reminder(self): |
XML:
<record id="ir_cron_contract_expiry_
<field name="name">Contract Expiry Reminder</field>
<field name="model_id" ref="model_your_contract_
<field name="interval_number">1</fiel
<field name="interval_type">days</fie
<field name="numbercall">-1</field>
<field name="code">model.send_
</record>
Hope it helps
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.