コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
5959 ビュー

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.

アバター
破棄
最善の回答

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

アバター
破棄
最善の回答

"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.

アバター
破棄
著作者

thank you !