Daily updates from Odoo
Thursday, September 12, 2019
5 changes · master
Enhancements to existing features
This change improves the information recorded when an internal subtest fails. It helps development and support teams diagnose issues faster, with no expected impact on day-to-day users.
Original PR description
Description of the issue/feature this PR addresses: 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
Test failure messages now highlight exactly where expected and actual record values differ, with color added for easier reading. This helps developers diagnose test issues faster, reducing time spent investigating changes before they affect users.
Original PR description
Before this commit, when assertRecordValues output errors, it was hard to quickly see where the change were located. This commit add a summary of the difference between the two value being compared. It also add colors to the output in order to improve the readability. In short, it looks like: https://imgur.com/HnEPx3T -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The documentation for map views now shows marker popup fields directly under the main map view element, making the guidance simpler and easier to follow. This helps implementers configure map popups with less confusion and aligns the docs with the intended structure.
Original PR description
For simplicity marker popup fields are declared as a direct child of the root element. * Task: https://www.odoo.com/web#id=2009017&action=327&model=project.task&view_type=form&menu_id=4720 * Pad: https://pad.odoo.com/p/r.998aaa524bca44f3f543deb4c3272719 Description of the issue/feature this PR addresses: 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
Odoo Studio now lets users activate and edit map views, making it easier to configure location-based screens without developer help. Map popup field setup was also simplified so map views are easier to maintain across apps like contacts, projects, and stock.
Original PR description
* Task: https://www.odoo.com/web#id=2009017&action=327&model=project.task&view_type=form&menu_id=4720 * Pad: https://pad.odoo.com/p/r.998aaa524bca44f3f543deb4c3272719 Other Changes: Removed the marker-popup element from the map view. For simplicity marker popup fields are declared as a direct child of the root element.
Resolved issues and error corrections
The map view pager has been fixed so users can move through records as expected. This makes navigating map-based results more reliable and reduces confusion when working with larger sets of locations.
Original PR description
* Task: https://www.odoo.com/web#id=2026305&action=327&model=project.task&view_type=form&menu_id=4720 * PR: https://pad.odoo.com/p/r.db9ce4cfdf8bb1b8b889fe991ddc8673