This question has been flagged
1 Reply
2588 Views

 


Here "Customer" is a label, and separated by "|" is the selection. How can i put a button instead of "Customer", but still keeping the selection in its place?


Avatar
Discard
Best Answer

Hi Muhammad

You could get it done like this:

<button type='object' class="fa fa-arrow-right oe_link" name="button_action_method" string="Customer" />
<field name="partner_id" nolabel="1"/>


Avatar
Discard
Author

Awesome, thanks Axel!