Wednesday, October 2, 2019
2 changes · master
Resolved issues and error corrections
Purchase requisitions now locate the relevant product line directly instead of checking every line one by one. This improves performance for requisitions with many lines and makes the purchasing workflow more responsive.
Original PR description
Description of the issue/feature this PR addresses: Having a purchase requisition with many lines defined Current behavior before PR: Each line is looped, until a matching product is reached. Desired behavior after PR is merged: Just filter out the related product, which is faster then looping over all of them. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The event track views now use clearer wording so users understand that the partner field refers to the speaker. The form view also removes duplicated speaker-related information, reducing confusion when managing event sessions.
Original PR description
Before this patch, the word "Partner" wasn't specific enough to make the user know that it was referring to the speaker. This was OK in the form, bug i.e. in the calendar view it's very confusing:  Also, in the form view, the partner field was duplicated, contributing even more to the confusion. And "Speakers" seemed like there were more than 1, as it was previously on v9, but nowadays there's only one:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa