Tuesday, October 2, 2018
3 changes · 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
Resolved issues and error corrections
On mobile devices, the messaging screen now shows each creation button only where it is relevant. Users will see New Message in the chat tab and New Channel in channel-related tabs, reducing confusion and accidental actions.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=1859285&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.4943543e5751e9ecf4e32adea2ee0907 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Filter menus now have more vertical space, making options easier to see and select. This reduces frustration when working with longer filter lists and improves day-to-day usability in the enterprise web interface.
Original PR description
Issue : https://drive.google.com/file/d/1jeD-kxhMlT5fI7AC1WOB7tnB0JOZFRgN/view?usp=sharing