odoo/addons/website_event_sale
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
..
controllers [FIX] website_event_sale: get_unit_price with event ticket 2016-04-12 11:25:33 +02:00
i18n [I18N] Update translation terms from Transifex 2016-08-14 03:04:34 +02:00
models [FIX] website_event_sale: Preserve context when updating cart 2016-11-21 22:18:48 +01:00
security [FIX] event_sale, website_event_sale: ACLs for event.event.ticket 2014-05-27 18:39:00 +02:00
static/src/js [FIX] website: translations for qweb templates not applied. 2015-03-03 16:05:34 +01:00
tests [FIX] website: enable test for blog, event... 2014-07-02 14:09:57 +02:00
views [FIX] event_sale, website_event_sale: treat edge case of 0 seats_max 2015-07-22 12:32:15 +02:00
__init__.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
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00