跳至內容
選單
此問題已被標幟
3 回覆
15254 瀏覽次數

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
1月 24
14390
1
12月 22
3025
3
7月 19
3367
2
3月 18
5196
0
1月 18
3338