Files
Odoo-Tutorial/cenhomes_student/views/template_common.xml
T
2025-03-04 16:53:07 +07:00

15 lines
429 B
XML

<odoo>
<data>
<template id="page_404">
<t t-name="page_404">
<t t-call="web.frontend_layout">
<div id="wrap">
<div class="container">
<h1 class="mt-5">Không tìm thấy trang!</h1>
</div>
</div>
</t>
</t>
</template>
</data>
</odoo>