[FIX] crm, sale_crm, mass_mailin: fixed computation for sparkline widgets.
authorThibault Delavallée <tde@openerp.com>
Thu, 3 Oct 2013 08:27:36 +0000 (10:27 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 3 Oct 2013 08:27:36 +0000 (10:27 +0200)
commitf72927123e4fb68fe3bb00c48ddddc1cf058ad7b
treea35ab15d4a7e61f0c67f08dff588ffd7614df20a
parentfc13b6e3722e13d3457b4b41b7fbb825e3423b29
[FIX] crm, sale_crm, mass_mailin: fixed computation for sparkline widgets.

Added an end date in the read_group domain. Indeed having results outside the date range
made the result computation crash because of list limits. There is now a begin and end
date for groupby domain.

bzr revid: tde@openerp.com-20131003082736-tw50xk2vmhpjh1e5
addons/crm/crm.py
addons/mass_mailing/mass_mailing.py
addons/sale_crm/sale_crm.py