odoo/addons/website_sale/models
Denis Ledoux 809e1a6081 [FIX] sale, website_sale: quotation email.
4adb4b8d15
corrected the fact the quotation email
wasn't sent if you did not come back
from the payment provider
(when you closed your browser after
the payment but before coming back
to Odoo).

Before the above revision, the quotation
email was sent for payment methods
not redirecting to payment providers,
like transfers. It was no longer the case
with the above revision.

This revision re-introduces this behavior:
If there is a feedback from a transaction,
but the transaction isn't confirmed,
we send the quotation email without confirming
the sale order, like it was the case before

opw-644670
2015-07-14 11:11:55 +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: quotation email. 2015-07-14 11:11:55 +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