This question has been flagged
1 Reply
1990 Views

Hello;

Please, who can explain to me how to use the correct inheritance in odoo8.

In fact, i am confused between INHERITANCE and OVERRIDING.

I need an answer.

Thanks and Regards.


Avatar
Discard
Best Answer

https://www.odoo.com/documentation/8.0/reference/orm.html#inheritance-and-extension

This link explains the difference between classic inheritance, extension and delegation.

Overriding is when you redefine something, example a function, an attribute of a field, part of a view.

Avatar
Discard