Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1291 มุมมอง

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.

อวตาร
ละทิ้ง