Contract expiration reminder ${(object.email or '')|safe} Contract expiration reminder ${user.company_id.name} ${object.email|safe} ${object.lang} Customer Contract Dates Prepaid Units Contact % for partner, accounts in values: % for account in accounts: ${partner.name} ${account.name} ${account.date_start} to ${account.date and account.date or '???'} % if account.quantity_max != 0.0: ${account.remaining_hours}/${account.quantity_max} units % endif ${account.partner_id.phone or ''}, ${account.partner_id.email or ''} % endfor % endfor % endmacro % if "new" in ctx["data"]:

The following contracts just expired:

${account_table(ctx["data"]["new"].iteritems())} % endif % if "old" in ctx["data"]:

The following expired contracts are still not processed:

${account_table(ctx["data"]["old"].iteritems())} % endif % if "future" in ctx["data"]:

The following contracts will expire in less than one month:

${account_table(ctx["data"]["future"].iteritems())} % endif

You can check all contracts to be renewed using the menu:

  • Sales / Invoicing / Contracts to Renew

Thanks,

-- 
OpenERP Automatic Email
]]>
Contract expiration reminder 1 weeks -1 Generate Recurring Invoices from Contracts 1 days -1