跳至內容
選單
此問題已被標幟
1 回覆
1298 瀏覽次數

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.

頭像
捨棄