Daily updates from Odoo
Wednesday, October 11, 2017
2 changes
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
The reconciliation widget now lets users match payments directly to a sales order. Selecting a sales order can confirm it, create and validate the invoice, and offer the resulting invoice lines for reconciliation, reducing manual billing and matching work.
Original PR description
New feature: allow to reconcile with sale order in the reconciliation widget