Simple demo of default e-commerce checkout process

  • language
      English
  • type
      functional
  • apps
      eCommerce
  • info created for version
      14.0
Add to Cart

  • Admin: logged into Odoo as a backend user.
  • Guest: a customer that has no Odoo account.
  1. Admin sees no orders present yet.
  2. Guest adds a product to the cart
    1. Admin sees a quotation for the Public user.
  3. Guest enters his information.
    1. Admin sees the partner of the quotation is updated to a newly made contact.
  4. Guest makes payment.
    1. Admin sees payment is created and linked to the sales order.
    2. All payment data is available in Odoo after the user returns to the shop.
  5. Admin has to confirm the order and make an invoice manually. (Invoice should be in status ‘In paid’ … not sure why not.)