hi
first i create a recurring appointment from the calendar but:
when a recurring appointment is create postgres in calendar.evet only keep one,
when your erase, you create more
i like that they oriented me where the recurrences are saved
thanks you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hi
first i create a recurring appointment from the calendar but:
when a recurring appointment is create postgres in calendar.evet only keep one,
when your erase, you create more
i like that they oriented me where the recurrences are saved
thanks you
Hi Eduardo,
The recurrent meetings are just stored as one record in the table 'calendar.event'. If the recurrency is set on in combination with the interval then Odoo will compute all the future calendar items from the Python side. This means that if you create a recurring meeting for a year that you will still find one record in the table 'calendar.event' while seeing many in the tree or calendar view.
You can find the logic at calendar.py in the module 'calendar'. The most important part is at https://github.com/odoo/odoo/blob/3c45f08825b1a0de35f2027f7cb53977f2c11f08/addons/calendar/models/calendar.py#L1303-L1349
Regards,
Yenthe
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Oct 15
|
2877 | ||
|
0
May 24
|
472 | ||
|
0
Sep 22
|
1041 | ||
|
2
Aug 22
|
2699 | ||
|
1
Nov 19
|
3441 |