añadido debrand para la web desde OCA/website
This commit is contained in:
parent
5d4cbd476f
commit
8a755662d7
14 changed files with 633 additions and 0 deletions
15
website_odoo_debranding/templates/disable_odoo.xml
Normal file
15
website_odoo_debranding/templates/disable_odoo.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue