15 lines
476 B
XML
15 lines
476 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
|
|
<!-- Remove "Create a free website with Odoo" -->
|
|
<template id="layout_footer_copyright"
|
|
inherit_id="website.brand_promotion"
|
|
customize_show="True"
|
|
name="Remove Odoo Promotional Link"
|
|
priority="20">
|
|
<xpath expr="//div[hasclass('o_brand_promotion')]" position="replace">
|
|
<div class="o_brand_promotion"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|