Tuesday, September 3, 2019

navbar background color in odoo

ODOO


 

 

to do that we must go to our theme , and open css file and write the code bellow 

.navbar-default {
  background-color: #1fa135;
 
  }

No comments:

Post a Comment

Odoo Invoice Qr code issues

There are two main issues must of us facing with the QR code in Odoo invoice & these issues are 1/ QR code displayed as broken image w...