Tuesday, September 3, 2019

checkbox background color in odoo

ODOO

we can go to the css file and write the code below

div.o_checkbox > input:checked + span {
    background-color: #000000;
}

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...