Account Followup
Customer Statements Form View
Remove Blocked
ID: mint_system.account_followup.customer_statements_form_view.remove_blocked
Inherit ID: account_followup.customer_statements_form_view
<data priority="50">
<field name="blocked" position="replace" />
</data>Edit: snippets/mint_system.account_followup.customer_statements_form_view.remove_blocked.xml
Source: snippets/mint_system.account_followup.customer_statements_form_view.remove_blocked.xml
Report Followup Print All
Style Sozialinfo
ID: mint_system.account_followup.report_followup_print_all.style_sozialinfo
Inherit ID: account_followup.report_followup_print_all
<data 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>Edit: snippets/mint_system.account_followup.report_followup_print_all.style_sozialinfo.xml
Source: snippets/mint_system.account_followup.report_followup_print_all.style_sozialinfo.xml
Template Followup Report
Format Table
ID: mint_system.account_followup.template_followup_report.format_table
Inherit ID: account_followup.template_followup_report
<data priority="50">
<tbody position="before">
<style>
.o_account_followup th {
text-align: left;
}
</style>
</tbody>
</data>Edit: snippets/mint_system.account_followup.template_followup_report.format_table.xml
Source: snippets/mint_system.account_followup.template_followup_report.format_table.xml
Get Header From Email Subject
ID: mint_system.account_followup.template_followup_report.get_header_from_email_subject
Inherit ID: account_followup.template_followup_report
<data priority="50">
<xpath expr="//div[@class='o_account_reports_header']" position="replace">
<div class="o_account_reports_header">
<div class="print_only">
<h2>
<strong>
<t t-if="options.get('email_subject')">
<t t-out="options['email_subject']"/>
</t>
<t t-else="">
Pending Invoices
</t>
</strong>
</h2>
</div>
</div>
</xpath>
</data>Edit: snippets/mint_system.account_followup.template_followup_report.get_header_from_email_subject.xml
Source: snippets/mint_system.account_followup.template_followup_report.get_header_from_email_subject.xml
Padding Before Table
ID: mint_system.account_followup.template_followup_report.padding_before_table
Inherit ID: account_followup.template_followup_report
<data priority="50">
<xpath expr="//table[hasclass('o_account_reports_table')]" position="attributes">
<attribute name="style">padding-top: 2rem</attribute>
</xpath>
</data>Edit: snippets/mint_system.account_followup.template_followup_report.padding_before_table.xml
Source: snippets/mint_system.account_followup.template_followup_report.padding_before_table.xml
Remove Summary Placeholder
ID: mint_system.account_followup.template_followup_report.remove_summary_placeholder
Inherit ID: account_followup.template_followup_report
<data priority="50">
<xpath expr="//span[hasclass('o_account_report_summary_placeholder')]" position="replace"/>
</data>Edit: snippets/mint_system.account_followup.template_followup_report.remove_summary_placeholder.xml
Source: snippets/mint_system.account_followup.template_followup_report.remove_summary_placeholder.xml