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

Hello Chirag A Dodiya (cod)

self._context and self.env.context is same.

self._context is the shortcut of self.env.context

self._context and self.env.context gives the context of the current class.

You can refer this slide : http://www.slideshare.net/openobject/odoo-from-v7-to-v8-the-new-api

Slide number 16 

Thank You.

アバター
破棄
最善の回答

Both are same, both will give same result

アバター
破棄