========= on_parsed ========= .. py:function:: on_parsed(report) **domain**: client **language**: python **class** :doc:`Report class ` Description =========== The **on_parsed** event is triggered by the :doc:`generate ` method, after the report :doc:`template ` have been parsed. Use this event handler you hide some columns in the report template by calling :doc:`hide_columns ` The **report** parameter is the report that triggered the event. See also ======== :doc:`Programming reports ` :doc:`Server-side report programming ` :doc:`Report templates ` :doc:`hide_columns `