Account Followup
Report Followup Print All
Style Sozialinfo
ID: mint_system.account_followup.report_followup_print_all.style_sozialinfo
<?xml version="1.0"?>
<data inherit_id="account_followup.report_followup_print_all" priority="50">
<t t-call-assets="account_followup.assets_followup_report" position="after">
<style>
table.o_account_reports_table {
white-space: nowrap;
}
table.o_account_reports_table th:nth-child(3),
table.o_account_reports_table td:nth-child(3) {
display: none;
}
</style>
</t>
</data>
Source: snippets/account_followup.report_followup_print_all.style_sozialinfo.xml
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.xml
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.xml