añadido debrand para la web desde OCA/website

This commit is contained in:
santiky 2022-04-22 17:23:57 +02:00
parent 5d4cbd476f
commit 8a755662d7
Signed by: snt
GPG key ID: A9FD34930EADBE71
14 changed files with 633 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<?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>