-
- Downloads
[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
Loading
Please register or sign in to comment