odoo/addons/website_sale/models
Denis Ledoux 4adb4b8d15 [FIX] sale, website_sale: Send email on sale order confirmation
Not just when coming back from the payment provider to the
payment validation route `/shop/payment/validate`.

Otherwise, if you do not come back from the payment provider
page, that you quit just after having paid but just before
being redirected to Odoo, you do not receive the email.

The change within the `sale` module, while this issue concerns
`website_sale` only, has been accepted because this is a mechanism
that could be used by other modules.

opw-644348
2015-07-09 15:51:50 +02:00
..
__init__.py [IMP] website_sale: confirm quotation only when the payment is done, not directly when hitting 'pay now'. 2014-09-29 11:12:37 +02:00
payment.py [FIX] sale, website_sale: Send email on sale order confirmation 2015-07-09 15:51:50 +02:00
product.py [FIX] website_sale: very slow name_get for product public categories 2015-01-09 14:22:54 +01:00
sale_order.py [FIX] website_sale_delivery: update shopping cart 2015-06-16 13:56:43 +02:00