From 985044cb4fa39077c03bf009e3f508155a23a57f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Mon, 23 Jan 2023 17:45:16 +0100
Subject: [PATCH] [ADD] h2 tag to be able to install sale_timesheet

---
 templates/report_account.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/report_account.xml b/templates/report_account.xml
index 02bd0c0..64c7982 100644
--- a/templates/report_account.xml
+++ b/templates/report_account.xml
@@ -6,6 +6,7 @@
         <t t-set="address" position="replace">
         </t>
         <xpath expr="//h2" position="replace">
+            <h2/>
             <div class="row mb-16">
                 <div class="col-12">
                     <h3>
-- 
GitLab