コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
15266 ビュー

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
14393
1
12月 22
3030
3
7月 19
3370
2
3月 18
5201
0
1月 18
3340