How do I do custom-branding of Odoo landing page

Hello everyone, how to I access the Odoo landing page to do some custom branding of the:-

  1. Favicon
  2. Page title
  3. Logo
  4. Remove ‘Powered by Odoo’ and ‘Manage Databases’

Thank you in advance.

Hi @rkaringuri

For change branding, you need to inherit ‘web’ module from “addons” in your new app,

Then you need to inherit the base.xml from the web module which block you want to change copy that and change.

base.xml path = addons/web/static/src/xml/base.xml

Hi @sushantpatil1214 and @rkaringuri ,

Can you please elaborate on how we can do this. I am new to the application and unable to figure out how to do it. I am using docker installation of bahmni standard and odoo.

As of now, I have taken the odoo modules code from GitHub - Bahmni/odoo-modules: Custom Odoo modules (extensions) for Bahmni. WARNING! These are old Odoo v10 ones., and modified the necessary css files to update the color schema. I have given the updated modules path in my docker file and the changes got reflected. But whatever I do, the favicon, manage databases and powered by Odoo are not getting updated.

This has been a blocker since many days, all your help with detailed steps would be highly helpful.

Thank you.