Skip to content
Snippets Groups Projects
Commit 6c785419 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] calendar: prevent updating event with a start date greater than the end date

Setting a constraint on an old api style computed field is broken in Odoo 8.0
The constraint is checked with the old value of the computed field, not the new one
So, it was possible to update an event with a start date greater than the stop date
And once done, it was impossible to correct the mistake
parent c53951e0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment