Skip to content
Snippets Groups Projects
Commit bf18802c authored by Julien Mougenot's avatar Julien Mougenot
Browse files

[FIX] web: CalendarView: event edition in month mode


Fixes the way record end hours are computed in calendar views.

Before this commit:  objects `record start` and `record end` properties being copied by reference
and being incorrectly rewritten by other functions.
This caused incorrect end hour computations (and a SQL crash in the Planning app).

Now, objects are copied by value and don't interfere with each other.

Task 2072961

closes odoo/odoo#37690

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent 9d9dc29c
No related branches found
No related tags found
Loading
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