In v7, I found that there are some models which are deprecated.
I found three deprecated models in osv.
So it means that now onwards we should not use osv.osv, osv.osv_memory and osv.osv_abstract.
But I was surprised when I looked into the addons, osv.osv and osv.osv_memory are used.
So I am wondering why those models are deprecated?
+1 for nice question.