Friday, April 10, 2020
3 changes · master
Resolved issues and error corrections
The Website Slides course publishing walkthrough has been corrected so it points to the right menu option and no longer expects an unnecessary image confirmation step. A related slide ordering test issue was also fixed, helping keep course management more reliable.
Original PR description
There was 2 problems that caused the Publisher tour to fail: 1. The pointer on the main menu was pointing to a link containg "New Course" as text instead of "Course". 2. After selecting a picture (by clicking on it), the picture is automatically added and so no need to click on add button; had to remove this extra step. Task ID 2228922 See for example https://runbot.odoo.com/runbot/build/1980130 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The manufacturing order screen now keeps the check availability button visible when materials are partially available. This helps users take the expected action without confusion or extra workarounds.
Original PR description
Before this commit, check availability button was becoming hidden, even if move is partially available on MO. Fixed it. Fixes-2234494 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
This fixes failing automated checks for TaxCloud and WinBooks import scenarios. The changes ensure invoices use the right setup and imported accounting data stays tied to the correct company, reducing false failures and improving reliability.