Skip to content

Commit

Permalink
[IMP] Debranding Portal Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Cl0ut1eR committed Jul 18, 2024
1 parent 5158115 commit 40e606a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website_odoo_debranding/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Remove Odoo Branding from Website",
"version": "17.0.1.0.0",
"version": "17.0.1.1.0",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/website",
"license": "LGPL-3",
Expand Down
10 changes: 10 additions & 0 deletions website_odoo_debranding/templates/disable_odoo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,14 @@
<t t-out="final_message" />
</xpath>
</template>
<!-- Remove "Powered by Odoo in the portal sidebar" -->
<template
id="portal_sidebar_copyright"
inherit_id="portal.portal_record_sidebar"
customize_show="True"
name="Remove Odoo Promotion on Sidebar"
priority="999"
>
<xpath expr="//t/following-sibling::div" position="replace" />
</template>
</odoo>

0 comments on commit 40e606a

Please sign in to comment.