I would like to create a button with no icon, only a text that i display. I 've tried to not put 'icon' parameter but it doesn't work.

Here's the code i've wrote:

<button name="open_popup" string="Quantités produites" type="object"/>
有帮助吗?

解决方案

i've known a possibility, but i think that was a listview bug in chrome or something.

maybe you should try class="oe_link" on your button, so it looks like a link.

<button name="open_popup" string="Quantités produites"
 type="object" class="oe_link"/>

其他提示

In version 7 you can use class="oe_link":

<button name="open_popup" string="Quantités produites" type="object" class="oe_link"/>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top