Payment Auto Confirm Sale Order

Allow to confirm sale orders before the payment reception

Technical Name:
payment_auto_confirm_sale_order
License:
Author:
Numigi
https://kastor.lab.numigi.net/web/image/product.template/1126/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Payment Auto Confirm Sale Order

This module allows sale orders from the ecommerce to be confirmed automatically for a given payment method.

Configuration

As Administrator, I go to the form view of a payment method.

I notice a new field Automatic Order Confirmation.

static/description/payment_acquirer.png

The field has two options:

  • Send Quotation
  • Confirm Order

Send Quotation

When this option is selected, the quotation is sent to the customer when checking out an order using this payment method.

This option is useful for payment methods such as Stripe (Credit Cards) or Paypal. By default in Odoo, until the transaction is confirmed, the order is left in Draft state.

This process can take up to 20 minutes.

Meanwhile, the shopping cart is not emptied and products can still be added to the same order. This behavior causes a mishmash between ordered products and payment transactions.

Confirm Order

When this option is selected, the sale order will be confirmed when checking out an order using this payment method.

A confirmation email is automatically sent to the customer.

Messages

After selecting an option, I adjust the messages for this payment method in regard to this new feature.

static/description/payment_acquirer_messages.png

Usage

As a customer, I proceed to checkout.

static/description/order_checkout.png

I notice that my order is confirmed.

static/description/order_confirmation.png

When I go to the portal view of my order, I notice that it is processing.

static/description/portal_order.png

Contributors