If I have a report with
'partner_ids': self._context['active_ids'],
But in this particular case the report is being processed individually for each user (pdf being sent as email, not joined together for printing), what would the context be in this case?
check self._context['active_id']