Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
8405 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer

give string also to be displayed

Auteur

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

Gerelateerde posts Antwoorden Weergaven Activiteit
1
sep. 18
106
0
feb. 25
1026
2
dec. 24
1367
0
jul. 24
1134
2
nov. 23
7373