Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

How to remove the 'Powered by Odoo - The #1 Open Source eCommerce' footer from the website?

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
websites
3 Antworten
1858 Ansichten
Avatar
Piyush H

How to remove Powered by Odoo - The #1 Open Source eCommerce

0
Avatar
Verwerfen
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Beste Antwort

Hi,

Please refer to the links:

Module:

1. https://odoo-community.org/shop/remove-odoo-com-bindings-on-website-2753#attr=942600


Solved Forum:

1. https://www.odoo.com/es_ES/forum/ayuda-1/how-to-remove-the-powered-by-odoo-login-page-246923


Hope it helps

1
Avatar
Verwerfen
Avatar
D Enterprise
Beste Antwort

Hii,
Using Website Builder / Studio

Activate Developer Mode

Go to your website → Edit

Scroll to the footer

Click the "Powered by Odoo" text

Try deleting or hiding it 

Option B:
Edit the Website Footer Template 

Go to: Settings > Technical > Views

Search for view: website.layout or website.footer_custom

Find the line like:

<span>Powered by <a href="https://www.odoo.com" ...>Odoo</a></span>

Delete or comment it out

Click Save

i hope it is use full


1
Avatar
Verwerfen
Avatar
Sagar
Beste Antwort

1. Use Odoo Studio (Enterprise Only)

If you have Odoo Enterprise + Odoo Studio, you can:

  1. Go to the Website ->Edit -> Footer.
  2. Select the footer block.
  3. Remove or edit the "Powered by Odoo" text.

Save.

2. Custom Theme / Code Override (Works in Community Edition)


If you are using Odoo Community Edition (or want a permanent code fix):


Steps:

-Create or edit a custom module (preferred) or directly modify the base theme (not recommended).

-Find this template:

addons/website/views/website_templates.xml


Locate the snippet:

<div class="o_footer_copyright">

    Powered by <a href="">Odoo</a> - The #1 Open Source eCommerce

</div>


Override this template in your custom theme/module:


<template id="remove_odoo_footer" inherit_id="website.footer_custom" customize_show="True">

    <xpath expr="//div[@class='o_footer_copyright']" position="replace">

        <!-- Removed Odoo Footer Text -->

    </xpath>

</template>


Update your module and restart Odoo:


./odoo-bin -u your_module_name


⚠️ Important Note:

The Odoo Communitiy Edition LGPL license and the Odoo Enterprise Edition License allow you to remove this message, but do not allow you to remove backend references - as this violates the terms of both licenses.

odoo.com/documentation/master/legal/licenses.html


Always remove via custom module to avoid overwriting on Odoo updates.

1
Avatar
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
Custom shop and cart page
websites
Avatar
Avatar
1
Juni 25
2563
How to enable Popup block in Odoo Website Module
websites
Avatar
0
Feb. 25
1981
Suddenly disappeared website menu
websites
Avatar
Avatar
Avatar
3
Okt. 24
2525
Website Edit not Launching (Odoo v17)
websites
Avatar
0
Juni 24
1978
odoo 14 multi websites domain issue
websites
Avatar
Avatar
Avatar
2
Okt. 21
4263
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now