From 561dc9a816d8c4395ed2c7dca8915cf10a9dbae8 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Fri, 5 Jun 2026 13:28:55 +0700 Subject: [PATCH] refactor: completely remove rather than replace Powered by Odoo branding across all templates --- README.md | 16 +++++++------- __manifest__.py | 14 ++++++------ static/src/customer_display_patch.xml | 12 ++++------ static/src/order_receipt_patch.xml | 8 ++----- views/web_templates.xml | 32 +++++++++++++-------------- 5 files changed, 37 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index 29aaed4..3880873 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -Hide Powered by Odoo (IT Mapan) -=============================== +Hide Powered by Odoo +==================== -This module customizes various templates to replace all instances of "Powered by Odoo" with "Powered by IT Mapan" and overrides the POS sleep/screensaver logo. +This module customizes various templates to completely hide all instances of "Powered by Odoo" and overrides the POS sleep/screensaver logo. Features: -- Replaces Odoo logo/text on POS Customer Display sidebar and main section. -- Appends/inserts "Powered by IT Mapan" at the bottom of POS receipts. -- Overrides login footer page to show "Powered by IT Mapan". -- Replaces Odoo branding in Portal/Website promotion widgets. -- Replaces Odoo branding in Email notifications layouts. +- Hides Odoo logo/text on POS Customer Display sidebar and main section. +- Hides Odoo branding at the bottom of POS receipts. +- Hides Odoo branding links on the Login footer page. +- Hides Odoo branding in Portal/Website promotion widgets. +- Hides Odoo branding in Email notification layouts. - Replaces the big Odoo logo on the POS sleep screen (screensaver) with the customized logo. diff --git a/__manifest__.py b/__manifest__.py index 1678f42..62da528 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -3,17 +3,17 @@ 'name': 'Hide Powered by Odoo (IT Mapan)', 'version': '19.0.1.0.0', 'category': 'Hidden/Dependency', - 'summary': 'Replaces "Powered by Odoo" with "Powered by IT Mapan" across Website, Portal, POS receipt, Customer display, Login page, and Email notifications.', + 'summary': 'Hides "Powered by Odoo" completely across Website, Portal, POS receipt, Customer display, Login page, and Email notifications.', 'description': """ -Hide Powered by Odoo (IT Mapan) -=============================== -This module customizes various templates to replace all instances of "Powered by Odoo" with "Powered by IT Mapan". +Hide Powered by Odoo +==================== +This module customizes various templates to completely hide all instances of "Powered by Odoo". Customized areas: - POS Customer Display (sidebar and main bottom branding) -- POS Receipt (appends/inserts "Powered by IT Mapan" at the bottom) -- Login Page (overrides both default Odoo and OdooAI login links) -- Portal & Website Brand Promotion +- POS Receipt (hides "Powered by Odoo" at the bottom) +- Login Page (hides both default Odoo and OdooAI login links) +- Portal & Website Brand Promotion (hides promotion message) - Email Notifications (light and standard layouts) """, 'author': 'Suherdy Yacob', diff --git a/static/src/customer_display_patch.xml b/static/src/customer_display_patch.xml index 6828ebe..d22cbb1 100644 --- a/static/src/customer_display_patch.xml +++ b/static/src/customer_display_patch.xml @@ -1,13 +1,9 @@ - - - IT Mapan - - - - IT Mapan - + + + + diff --git a/static/src/order_receipt_patch.xml b/static/src/order_receipt_patch.xml index 358ddae..bf03b75 100644 --- a/static/src/order_receipt_patch.xml +++ b/static/src/order_receipt_patch.xml @@ -1,11 +1,7 @@ - - -
- Powered by IT Mapan -
-
+ +
diff --git a/views/web_templates.xml b/views/web_templates.xml index 4ef6163..7fa8ce5 100644 --- a/views/web_templates.xml +++ b/views/web_templates.xml @@ -4,43 +4,43 @@