-
- Downloads
[FIX] base: update lastcall with manual cron execution as with automated execution
Cron holds a lastcall field and context key allowing to compute an accessible range of processable records based on last execution. This lastcall value is updated when cron runs automatically. Manual call currently does not update. It makes sense to do the same update in manual call than with automated calls. Moreover lastcall context key is also updated. It is used notably in calendar. Otherwise only mails linked to "today" are taken into account, leading to reminder issues. Task ID-2331999 closes odoo/odoo#60537 X-original-commit: 6c34d199 Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com>
Showing
odoo/addons/base/tests/test_ir_cron.py
0 → 100644
Please register or sign in to comment