تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
1297 أدوات العرض

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.

الصورة الرمزية
إهمال