Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
15305 Ansichten

Hi ! i look this presentatation in slideshare, so i want to know if its already implemented on master, or there is an specific branch ?

Regards,

Avatar
Verwerfen
Beste Antwort

for Smart button Just add the one class "oe_stat_button" in the class atrribute

                           <button name="return_action_to_open" 

                                          type="object"

                                          class="oe_inline"

                                          help="show the contract for this vehicle">

                             </button>

to

                           

                              <button name="return_action_to_open" 

                                          type="object"

                                          class="oe_inline oe_stat_button"

                                          help="show the contract for this vehicle">

                             </button>

And for Image you have to add one More attribute : icon="fa-book"

                            <button name="return_action_to_open" 

                                          type="object"

                                          class="oe_inline oe_stat_button"

                                          icon="fa-book"

                                          help="show the contract for this vehicle">

                             </button>

your button is now a smartbutton.

For more details.http://www.slideshare.net/openobject/odoo-smart-buttons

Avatar
Verwerfen
Beste Antwort

I have smartbuttons on my SaaS-5

Avatar
Verwerfen
Autor Beste Antwort

Will check it i want to see if its possible backport them to 7.0

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Jan. 24
14435
1
Dez. 22
3066
3
Juli 19
3455
2
März 18
5244
0
Jan. 18
3388