Is it possible to change the logo for Odoo 10.0 ? If so, then could you please tell me how :)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Edit your company's data and upload your own logo by hovering over the Odoo logo (with developer mode activated).
Thanks it work, but still the logo on POS did not changed... Do you know how to change the logo on POS ?
Check this app: https://www.odoo.com/apps/modules/9.0/pos_logo/
it said for 9.0 and 8.0, is it OK to install it in odoo 10.0 ?
No. You have to port it yourself or ask the author to port it.
do you have any suggestion how to port it for beginner ? I used to work with php~Laravel, never try python before...
No, I'm user, not a developer. You should consult the documentation.
This freely available module does exactly what you want for Odoo 10:
https://www.odoo.com/apps/modules/10.0/pos_debranding/
Let me try it first :)
anyway how to install it ?
I already make a custom directory to become like this :
/opt/odoo/odoo-10.0/custom_addons
and unzip the posdebranding.zip under custom_addons
THEN
I already add the "custom_addons" into sudo nano /etc/odoo.conf
[options]
; This is the password that allows database operations:
; admin_passwd = PASSWORD
db_host = False
db_port = False
db_user = odoo
db_password = False
addons_path = /opt/odoo/odoo-10.0/addons,/opt/odoo/odoo-10.0/custom_addons
;Log Settings
logfile = /var/log/odoo/odoo.log
log_level = error
You need to refresh the Apps listing.
To refresh the Applications list, first activate the developper mode (Configuration menu, then the link is on the right), then under Applications menu, choose to update the applications list.
Funny, I had exactly the same questions one year ago, as a beginner :-)
1.first open the website homepage
2.then click on edit button available on top right corner
3.click on the odoo icon
5.Click on ok, it will shows the company details then
6.click on edit button then
7.then click on pencil icon and then upload the logo for your company...
Regards
Pragnesh
See if you change the image and is not saving after uploading the image the check the partner_id field whether it is linked to partner or not if not then set respective partner id and the issue will be solved
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
4
Jun 24
|
5322 | ||
|
1
Nov 24
|
18019 | ||
|
1
Sep 23
|
1203 | ||
|
3
May 23
|
4091 | ||
|
7
Apr 23
|
47092 |
Just Activated the developer mode. What's the difference between wish assets vs without assets ?
I tried the to click the logo and select Edit Company Data to change the logo. But it did not work. I give you my screenshot : https://drive.google.com/open?id=0B4Zbp3gbakWlOWllS1NzMThKMmc
So how to change the Odoo logo ?
OK, seems I done it. by logout and stop the oddo from ssh and re-run it. The question's how to do change the logo for POS ?