Jam.py documentation

on_parsed

on_parsed(report)

domain: client

language: python

class Report class

Description

The on_parsed event is triggered by the generate method, after the report template have been parsed.

Use this event handler you hide some columns in the report template by calling hide_columns

The report parameter is the report that triggered the event.