Daily updates from Odoo
Monday, February 18, 2019
4 changes · master
Enhancements to existing features
Adds automated checks for product image resizing, zoom behavior, and shared image handling used by the online store. This helps reduce the risk of image display issues for shoppers and improves reliability without changing visible functionality.
Original PR description
This commit add tests for new mixin product.image and resizing. Purpose is to test feature merged by commit: 413c63556f5c41b3c135fdcce0aa1adb177d9179
Demo payroll data is now better prepared for a Belgian multi-company setup, making it easier to create contracts and payslips with the needed accounting configuration already in place. Predictive bill tests were also adjusted to avoid naming conflicts when Belgian localization is installed, improving reliability without changing user workflows.
Resolved issues and error corrections
This update fixes a problem in the web interface related to selecting linked records, such as customer or product references. It helps ensure users get more reliable behavior when working with forms, reducing confusion and data entry issues.
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
Code cleanup and technical improvements
This update tidies and reorganizes survey page templates and related navigation logic, making the survey area easier to maintain. It also removes an unnecessary backend link when users encounter an access-denied page, reducing confusion for people without backend access.