-
- Downloads
[FIX] calendar: display event reminders
This issue is related to 4f03a622. The above revision aimed to not fetch uselessly fields values The thing is, `partner_id` of `get_next_potential_limit_alarm` method expects a partner id, while partner['id'] is actually a user id. The `partner_id` of the user must be taken, not the user id itself.
Loading
Please register or sign in to comment