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

Hello

I was wondering why the _inherit for mail.thread is always _inherit = ["mail.thread"] where as most other models leave off the '[ ]'?  For instance I can do _inherit = "product.attribute.value" and that works just fine. 

アバター
破棄
最善の回答

The box brackets [] are used when you have multiple inheritance.

アバター
破棄