Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1295 Zobrazení

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
Zrušit
Nejlepší odpověď

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

Avatar
Zrušit