odoo/addons/website_sale/models
Olivier Dony 46c5f93b6c [FIX] website_sale: verify match between TX and SO amount
When processing a payment transaction, double-check the
match between the amount of the transaction and the
amount of the SO, to be sure that we won't be validating
a SO that has been modified since the payment.

Such cases have to be double-checked manually.

Also add a bit of extra logging to make auditing ecommerce
transactions easier.
2016-04-13 15:34:34 +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] website_sale: verify match between TX and SO amount 2016-04-13 15:34:34 +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: discount display in e-commerce 2015-12-22 10:21:07 +01:00