From e5154dcbc190598b1d798f769bb787dbe8a36755 Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Thu, 2 Dec 2021 12:07:04 +0100 Subject: [PATCH] Add footer --- views/report_templates.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/views/report_templates.xml b/views/report_templates.xml index 5033223..7c4d476 100644 --- a/views/report_templates.xml +++ b/views/report_templates.xml @@ -137,9 +137,13 @@ t-field="company.ape" /></t> </li> + <li> + <t t-if="report_type == 'pdf'"> + Page: <span class="page" /> / <span class="topage" /> + </t> + </li> </ul> - <div t-field="company.report_footer" /> - <div t-if="report_type == 'pdf'"> + <div t-if="report_type == 'pdf'" class="text-muted"> Page: <span class="page" /> / <span class="topage" /> </div> </div> -- GitLab