odoo/upgrade-util#47

Created by Upgrade, Oskar Wielgos (owi)

Blocked

label
odoo-dev:master-imp_cache-owi
head
f8cf72c5e4490eadaa5c41698c9ecb5eb9176c88
odoo/upgrade-util
master #47 missing r+

[IMP] util/misc: cache unique functions

Improves caching to not simply cache the result of the first call of a function, but each unique (based on args and kwargs, taking into consideration their order) call.