Daily updates from Odoo
Wednesday, November 14, 2018
1 change
Resolved issues and error corrections
This update corrects web module tests that no longer matched recent product behavior, ensuring they continue to check meaningful scenarios. It also removes outdated test setup code that is no longer needed, helping keep future quality checks cleaner and more reliable.
Original PR description
This commit fixes two tests that became meaningless after tweaks in production code: - form_tests: use two char fields, as integer fields can't be unset since rev. c62a4edcb - pivot_tests: the button is disabled since rev. 4f4f111, but simulating a click with jQuery bypasses the disabled attribute This commit also removes unecessary overrides of mockRPC. Those overrides existed because the attachments part of the sidebar used to make a search_read RPC, but this has been removed at rev. 1dbb555. 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