odoo/addons/website_sale/controllers
Denis Ledoux 2d3e9d21a7 [FIX] website_sale: ensure payment transaction is for current order
When ordering on the ecommerce,
if a payment transaction was found in the session,
this transaction was used as transaction for the current order.

Nevertheless, if the transction is no longer linked to
the current order, we should not use it.

This happened, for example, when the quotation
was deleted while the customer/user didn't close
its browser, and the transaction id was therefore
still in its session.

opw-650417
2015-09-29 12:10:04 +02:00
..
__init__.py [IMP] website_sale: clean code and fix for website_event 2013-11-27 12:16:58 +01:00
main.py [FIX] website_sale: ensure payment transaction is for current order 2015-09-29 12:10:04 +02:00