Tuesday, October 2, 2018
1 change · master
Enhancements to existing features
The documentation now uses a clearer example to explain delegation in Odoo's model system, making it easier for newcomers and instructors to understand. Supporting test examples and access data were updated so the documentation example stays accurate and reliable.
Original PR description
During the Odoo SmartClass of **Introduction to Development** the concept of [Model Inheritance](https://www.odoo.com/documentation/online/reference/orm.html#inheritance-and-extension) was given using the official documentation. When exploring the concept of [Delegation](https://www.odoo.com/documentation/online/reference/orm.html#delegation), the current code example was confusing even for the certified instructors. This merge request contains a more meaningful example that we believe it is easier to grasp for Odoo newcomers. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr