Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
1292 Ansichten

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. 

Avatar
Verwerfen
Beste Antwort

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

Avatar
Verwerfen