Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3538 Vizualizări

Hi guys, i wanna get rid of the logo Odoo on POS, but I have not find the location of the image on Docker. Any ideal?

I am using Odoo 16 Community version

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

To remove the Odoo logo from the POS interface, you can follow these steps:

1. Access the Odoo server through SSH.

2. Navigate to the Odoo addons directory. This is usually located at /opt/odoo/addons or ~/odoo/addons depending on your installation.

3.Open the point_of_sale module in the addons directory.

4. Look for the file static/src/img/odoo_logo.png. This is the file that contains the Odoo logo that is displayed in the POS interface.

5. Replace the file with a new image or delete the file entirely.

You might need to restart the odoo server to take the changes

If you are using Docker, you can follow the same steps by first logging into the Docker container where Odoo is installed. You can do this by running the following command.

docker exec -it  /bin/bash

Replace with the name of the Docker container running Odoo. This will give you a shell inside the container, from which you can navigate to the addons directory and modify the point_of_sale module as described above.

Regards

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
4
dec. 23
45684
1
mar. 24
6337
1
feb. 21
2688
0
dec. 20
4598
0
nov. 24
1232