Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
15293 Переглядів

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,

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Найкраща відповідь

I have smartbuttons on my SaaS-5

Аватар
Відмінити
Автор Найкраща відповідь

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
січ. 24
14398
1
груд. 22
3033
3
лип. 19
3398
2
бер. 18
5215
0
січ. 18
3355