Skip to content

Instantly share code, notes, and snippets.

@akhmadkresna
Created July 19, 2018 04:19
Show Gist options
  • Save akhmadkresna/841dce4dbe6334df967f1b942eb62450 to your computer and use it in GitHub Desktop.
Save akhmadkresna/841dce4dbe6334df967f1b942eb62450 to your computer and use it in GitHub Desktop.
web page odoo
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<!-- webpage record -->
<template id="new_web_page" name="Your page name" page="True">
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<!-- Your content here -->
</div>
</t>
</template>
</data>
</odoo>
</xml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment