16 lines
662 B
XML
16 lines
662 B
XML
<odoo>
|
|
<template id="homepage_embed_iframe" inherit_id="website.homepage">
|
|
<xpath expr="//div[@id='wrap']" position="replace">
|
|
<!-- Bạn có thể thay thế hoàn toàn phần wrap -->
|
|
<div id="wrap" class="container-fluid px-0" style="width: 100%; height: 100%;">
|
|
<style>
|
|
header, footer, .o_main_navbar {
|
|
display: none !important;
|
|
}
|
|
</style>
|
|
<iframe src="https://www.sapo.vn/" width="100%" height="800" style="border: none; display: block;"></iframe>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|