I'm trying to add a label for a button in a tree view but I have no ideia how to do it.
I have tried to use the label tag but it doesn't work.
For example:
<tree create="false" edit="false" delete="false">
<field name="name" readonly="1"/>
<button name="action_name" type="object" string="Active" icon="gtk-edit"/>
</tree>
I had a fix add the following code to css file
.o_list_table th:last-child:after {
content: "Action";
}
but one thing the action button to be the last column