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

In form view of sale order, I have a button

<button name="action_confirm" states="sent" string="Confirm Sale" class="btn-primary" type="object" context="{'show_sale': True}"/> 

and it's showing in blue color. if I change to oe_highlight nothing changes or any other class. How can I change this button to RED color?

Imagine profil
Abandonează
Cel mai bun răspuns

Hello

add class "btn-danger" into button for make the button color red.

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

try to add just style:

style="background-color:red;"
Imagine profil
Abandonează
Cel mai bun răspuns

Hello.

What you can do is to add an style sheet with a class and then make a reference to it with a link tag in an xml file, then load that xml in __manifest__ file of your module. 

Of course you should add that css class in class attribute of your button.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
ian. 25
2876
0
mar. 15
6272
2
mar. 23
9961
2
mar. 23
2396
1
mai 22
5091