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

Hi, 

I need to add a button inside (every row) in one2many field in Purchase order line. 

Eg:

Using Icon

<button name="open_view_wizard" string="Price" type="object"

icon="fa fa-tasks" attrs="{'invisible':[('product_id','=', False)]}" />

by using this it will add icon in purchase line.

But, if i add without icon it will insert the button like text



I want to add a button without icon..

can anyone know how to resolve this...

アバター
破棄
最善の回答

You just try one thing, Please remove the string too, like this

<button name="open_view_wizard" type="object"

 attrs="{'invisible':[('product_id','=', False)]}" />
Its may be work, BUT how you identify the Button?
any try it, 
Thanks

アバター
破棄

give string also to be displayed

著作者

I tried to add button without string, but it doesn't works.. Still it shows like that only..

関連投稿 返信 ビュー 活動
1
9月 18
106
0
2月 25
1029
2
12月 24
1391
0
7月 24
1138
2
11月 23
7427