Daily updates from Odoo
Thursday, November 16, 2017
2 changes · master
Enhancements to existing features
This update converts or removes older YAML demo and setup data across several Odoo apps, making the system easier to maintain and more consistent. It also improves stock scheduler behavior by logging missing methods instead of stopping with an error, reducing the risk of interrupted background processing.
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
When invoicing multiple sales orders together, any validated down payment is now applied to the final invoice. This prevents customers from being charged without crediting amounts they already paid and makes the invoicing flow more consistent.
Original PR description
- Create 2 SO, one with a down payment - Validate the down payment invoice - Select both SO, and choose "Invoice Orders" - Create the invoice The down payment is not deduced from the invoice. It is more logical to take it into account at this point of the process. However, changing this in stable is a major change of behavior. opw-779954 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