ERROR:"External ID not found in the system: hr_attendance.HrAttendanceKioskMode" while parsing None:15, near
<t t-name="HrAttendanceKioskMode">
<div class="o_hr_attendance_kiosk_mode_container o_app_switcher_background">
<div class="o_hr_attendance_kiosk_mode">
<h1>Welcome to <t t-esc="widget.company_name"/></h1>
<img t-attf-src="{{widget.company_image_url}}" alt="Company Logo"/>
<h2>Scan your badge</h2>
<h4>or</h4>
<button class="o_hr_attendance_button_employees btn btn-primary btn-lg">Select Employee</button>
</div>
<div class="o_hr_attendance_clock"></div>
</div>
</t>
This is the Main Code to change from custom module that i want to remove h2 and h4 tags for that i am inherting the template in custom module view folder
Welcome to
HIIIIIIIIIIIII
or
Select Employee
please help me in this
Thanks in Advance...
Happy codding....