Daily updates from Odoo
Wednesday, October 11, 2017
1 change · master
New functionality added to Odoo
Users can now register a single payment for multiple invoices from the same partner even when those invoices use different receivable or payable accounts. This removes an error that previously blocked payment processing in valid accounting setups, making invoice settlement smoother for businesses with multiple account configurations.
Original PR description
…bles accounts Suppose registering a payment for several invoices for the same partner but each one having a different receivable account: The UserError 'entries are not of the same account' is raised. -task: https://www.odoo.com/web#id=35202&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720 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