Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
5969 Visualizzazioni

Hi,


Odoo newbie here, struggling with a point. I can understand some bits here and there but I'm unable to understand what does "res." stand for. "recordset" seems inappropriate for it. I'm pretty sure it would help make a lot more sense if someone could tell me what it stands for.


Thanks.

Avatar
Abbandona
Risposta migliore

Hi,

 Please refer the same question asked in this forum. I am pretty sure that you will end up with the correct answer. find the reference here,
https://www.odoo.com/forum/help-1/question/what-do-ir-res-stand-for-in-the-base-module-18806

Thank you

Avatar
Abbandona
Risposta migliore

"res" is represents the Resource. here is an object for every type of resource, and not an object per resource. like res.users, res.partners, res.company...etc.


Thanks.

Avatar
Abbandona
Autore

thank you !