odoo/addons/website_event_sale/models
Jairo Llopis 954fb6da3c [FIX] website_event_sale: Preserve context when updating cart
Without this patch, when a product was added to cart, if this addon
was installed, it always landed in English in the SO.

This happened because the context, containing the current language,
was being aborted here (`context=None` instead of `context=context`).

This commit closes #14340
2016-11-21 22:18:48 +01:00
..
__init__.py [FIX] website_event_sale: multi tickets 2014-05-02 16:01:52 +02:00
product.py [IMP] website_event: split module: remove depends with sale and move event's ticket form into a bridge: website_event_sale 2014-01-28 12:31:01 +01:00
sale_order.py [FIX] website_event_sale: Preserve context when updating cart 2016-11-21 22:18:48 +01:00
website.py [IMP] website_sale: some fix and imp 2014-02-21 18:28:16 +01:00