[IMP] remove duplicated fields from the GROUP BY statement

bzr revid: abo@openerp.com-20121010164016-7s3y43yubhwc5g1w
This commit is contained in:
Antonin Bourguignon 2012-10-10 18:40:16 +02:00
parent f7528e87bb
commit 79e52172f4
1 changed files with 0 additions and 6 deletions

View File

@ -82,18 +82,12 @@ class report_event_registration(osv.osv):
GROUP BY
event_id,
user_id_registration,
e.id,
r.id,
registration_state,
r.nb_register,
event_type,
e.id,
e.date_begin,
e.main_speaker_id,
e.register_max,
event_id,
e.user_id,
e.company_id,
e.user_id,
event_state,
e.company_id,