Account Followup

Template Followup Report

Padding Before Table

ID: mint_system.account_followup.template_followup_report.padding_before_table

<?xml version="1.0"?>
<data inherit_id="account_followup.template_followup_report" priority="50">
    <xpath expr="//table[hasclass('o_account_reports_table')]" position="attributes">
        <attribute name="style">padding-top: 2rem</attribute>
    </xpath>
</data>

Source: snippets/account_followup.template_followup_report.padding_before_table.xmlopen in new window

Remove Summary Placeholder

ID: mint_system.account_followup.template_followup_report.remove_summary_placeholder

<?xml version="1.0"?>
<data inherit_id="account_followup.template_followup_report" priority="50">
    <xpath expr="//span[hasclass('o_account_report_summary_placeholder')]" position="replace"/>
</data>

Source: snippets/account_followup.template_followup_report.remove_summary_placeholder.xmlopen in new window