Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1279 Vizualizări

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. 

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează