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