Skip to content
Snippets Groups Projects
user avatar
Denis Ledoux authored
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.
7d69759e
History
Name Last commit Last update