Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
15260 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

I have smartbuttons on my SaaS-5

Avatar
Zrušit
Autor Nejlepší odpověď

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

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
led 24
14391
1
pro 22
3029
3
čvc 19
3368
2
bře 18
5197
0
led 18
3340