Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
8400 Tampilan

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...

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang

give string also to be displayed

Penulis

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

Post Terkait Replies Tampilan Aktivitas
1
Sep 18
106
0
Feb 25
1025
2
Des 24
1359
0
Jul 24
1132
2
Nov 23
7347