Daily updates from Odoo
Wednesday, July 17, 2019
2 changes · master
New functionality added to Odoo
The stock forecast report is replaced with a clearer graph that shows inventory quantities both in the past and the future. This helps users analyze historical stock levels and upcoming planned movements more easily, with a simpler and more performant reporting approach.
Original PR description
The issue with the current forecast report is that you are not able to see the quantity in the past. Also the code is complicated due to the cumulative quantity that has to be computed twice in python and in a read_group override. So we decided to remove it and replace it by a new report based on the stock quant and planned in/out moves. The report will be displayed in a graph view and a analyse for past stock will be available. More detail in each commit. Task: 2000948
Enhancements to existing features
Sellers can now offer PayPal checkout using only an email address, even before they have a PayPal merchant account. PayPal can prompt the seller to create the account, while Odoo follows up so the seller can complete the required payment credentials afterward.
Original PR description
Current behavior before PR: Seller needs PayPal account to accept payment from buyer. Desired behavior after PR is merged: Now seller can accept payment through PayPal even if does not have any PayPal account. Task:- https://www.odoo.com/web?#id=34668&view_type=form&model=project.task&action=327&menu_id=4720 Pad:- https://pad.odoo.com/p/r.39cd68037247fe8bcf08a0429cd5e2fd -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr