Monday, May 20, 2019
3 changes · master
Enhancements to existing features
Newly created records now consistently return their expected default values, making forms and automated processes behave more predictably. The update also corrects related handling of linked record values and permission-based field calculations, reducing inconsistent results across affected apps.
Inventory traceability reports now display better in the back office and print with the expected styling, even the first time they are generated. This makes printed reports more readable and gives users a cleaner full-width view when reviewing traceability information.
Original PR description
Task Link: https://www.odoo.com/web#id=1974332&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad Link: https://pad.odoo.com/p/r.fc2b362381ecf5960971bb100cbb6283 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Corrected a small typo that caused the Odoo mobile app to show a blank page on iOS devices. This improves reliability for users accessing Odoo through Safari, which is stricter about this type of error.
Original PR description
This fix an issue in the mobile app in iOS. Safari is less permissive and a blank page was shown.