Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
8556 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona

give string also to be displayed

Autore

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

Post correlati Risposte Visualizzazioni Attività
1
set 18
106
0
feb 25
1221
2
dic 24
1532
0
lug 24
1230
2
nov 23
7601