Browse Source
It could happen that, while Odoo is still sending emails, a subject receives it and clicks on accept/reject links. In such case, he'd get a 404 error because the record wouldn't exist yet in the database. That's because the DB commit was made only after processing all the sent emails. We need to commit in advance to make sure that doesn't happen.pull/50/head
Jairo Llopis
6 years ago
committed by
Jairo Llopis
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue