Daily updates from Odoo
Friday, June 17, 2016
1 change
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.