Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
8445 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit

give string also to be displayed

Autor

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

Related Posts Odpovědi Zobrazení Aktivita
1
zář 18
106
0
úno 25
1118
2
pro 24
1450
0
čvc 24
1195
2
lis 23
7509