Thursday, September 21, 2023
1 change · master
Enhancements to existing features
Sales teams can now require a customer down payment before confirming an order, with Odoo automatically handling the confirmation and related down payment invoice steps. This reduces manual follow-up, saves time, and lowers the risk of payment or invoicing errors.
Original PR description
Some businesses requires customers to pay a down payment in order to confirm the order. In the case of odoo today this implies to: - sending a payment link - waiting & Checking if the payment has been done - confirming the order - creating the down payment invoice A lot of time consuming manual operations with a high risk of errors. This commit introduces the functionality for sales orders to be confirmed on down payments and automatizes the flow to minimize the errors due to human manipulation. Task - 3087716 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr