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.

See also

Programming reports

Server-side report programming

Report templates

hide_columns