Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

If odoo does not allow to remove "POWERED BY ODOO"? Then why Odoo de-branding module is available at odoo official website?

Odoberať

Get notified when there's activity on this post

This question has been flagged
v8openerp7odoov9
6 Replies
11516 Zobrazenia
Avatar
Ibrar Ahmad

Odoo de-branding module is available at:  https://apps.openerp.com/apps/modules/8.0/web_debranding/

It performs the following things:

Backend debranding

Removes references to odoo.com:

Deletes Odoo label in footer

Replaces "Odoo" in page title

Replaces "Odoo" in help message for empty list

Deletes Odoo link (as well as "Manage databases" link) from login page

Deletes About Odoo link

Replaces default logo by empty image

Replaces "Odoo" in Dialog Box

Replaces "Odoo" in strings marked for translation.

Replaces default favicon to a custom one

Hides Modules menu (by default, only admin user see Modules menu. You could change it via tick "Show Modules Menu" in user's access rights tab)

Removes odoo.com bindings (via disable_openerp_online module)

Deletes "Sent by ... using OpenERP" footer in email (via mail_delete_sent_by_footer module)

By default the module replaces "Odoo" to "Software". To configure module open Settings\System Parameters and modify

web_debranding.new_title (put space in value if you don't need Brand in Title)

web_debranding.new_name

web_debranding.favicon_url

Further debranding

install website_debranding module if module "Website Builder" is installed in your system

uninstall im_odoo_support module.

delete "Odoo.com Accounts" record at Settings\Users\OAuth Providers if module "OAuth2 Authentication" is installed. in your system

to debrand /web/database/manager:

add web_debranding to server wide modules, e.g.

./odoo.py --load=web,web_kanban,web_debranding

edit addons/web/views/database_manager.html file:

delete or modify <title> tag

delete or modify favicon

right after script tag with src="/web/static/src/js/boot.js" add code below:

<!-- debranding -->

<script type="text/javascript" src="/web_debranding/static/src/js/main.js"></script>

<script type="text/javascript" src="/web_debranding/static/src/js/title.js"></script>

<script type="text/javascript" src="/web_debranding/static/src/js/about.js"></script>

<script type="text/javascript" src="/web_debranding/static/src/js/dialog.js"></script>

<link href="/web_debranding/static/src/css/database_manager.css" rel="stylesheet"/>


Auto-debrand new databases


To automatically install this module for every new databases set 'auto_install': True in __openerp__.py files of following modules:

web_debranding

disable_openerp_online

mail_delete_sent_by_footer

mail

base_setup

0
Avatar
Zrušiť
Ermin Trevisan

But i think i did not ask anything bad, neither abused anyone. Its a simple question. Is odoo debranding for personal or single user, allowed or not?

Avatar
André Pereira
Best Answer

Yes, it's allowed by the license (AGPL for Odoo v8 or lower, LGPL for Odoo v9).

2
Avatar
Zrušiť
Ermin Trevisan

I did convert your comment as an answer.

Avatar
Dominique Chabord
Best Answer

De-branding/Re-branding web interface is allowed since version 6.1

0
Avatar
Zrušiť
Avatar
Temur
Best Answer

it is NOT a module developed by Odoo itself. you can see "community" label at the page of module (page you refer to in the question), here is quote how community module described by Odoo in short:

Community App: this feature is not verified nor supported by Odoo.

also you can add/publish your own community module, and it'll have similar page as the one you referred to in your question, see: https://apps.openerp.com/apps/upload/  So, being published on the referred page does not mean that it's an official/certified odoo module. you should pay attention to labels like: "community" and "certified"... presence of "community" label means it's not an official odoo module.


P.S.

I think you question does not fit into the format of this forum. 1) it's a Help forum, from your question I do not see what is the issue you have exactly ? and how can we help you? (Please add clarification to your question)  2) Your question is kinda argumentative, so it's candidate for closing as such... According guidlines, You can join the community mailing lists for subjective discussions, but help forum is a wrong place for a such discussion.

0
Avatar
Zrušiť
Ermin Trevisan

What Ibrar is asking is a kind of licensing question. Is it allowed to de-brand Odoo when using the community/opensource edition?

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
Odoo 9, worth updating?
v8 odoo v9
Avatar
Avatar
1
dec 15
4540
What is the best way to migrate database from Odoo 8 to 9? Solved
v8 database migration odoo v9
Avatar
Avatar
Avatar
Avatar
Avatar
7
dec 22
12922
V8 Online Plus V9 community
v8 v9
Avatar
0
jún 16
4027
Question - Odoo v8 or v9 Solved
v8 v9
Avatar
Avatar
Avatar
Avatar
Avatar
8
feb 16
5765
Where I can find alpha version of V9 Solved
odoo v9
Avatar
Avatar
Avatar
2
júl 15
4589
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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