Daily updates from Odoo
Friday, June 17, 2016
2 changes · master
New functionality added to Odoo
This update improves how Odoo handles electronic payments for website sales, quotes, and customer invoices. Businesses can now choose whether online payments simply record a payment, confirm the sales order, or also create and pay the invoice automatically, reducing manual follow-up and payment mismatches.
Original PR description
Two main things implemented by this PR:
- Automatic handling of electronic payments through website_{sale,quote}. Provides three options that can be set on the payment acquirer:
- do nothing
- validate SO
- validate SO, generate and pay invoice
- Pay invoices in the backend with a saved payment.token belonging to a customer through a new electronic account payment type.Enhancements to existing features
This update restores expense sheet handling and adds improvements to the employee expenses workflow. It helps businesses manage, approve, report, and pay employee expenses more effectively within Odoo.
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