Browse Source
In Odoo v9, every request calls `res.users.check()`, which stores one authentication attempt per request, which is false. Besides, it easily leads to hitting ip-api.com rate limits, so now that API is only asked when seeing in form view (simply by setting the computed field as not stored). Also, form view was hidden, so it's now visible.pull/1265/head
Jairo Llopis
7 years ago
4 changed files with 2 additions and 8 deletions
Loading…
Reference in new issue