Hello, I am trying to display a button next to the create button but I am having an issue that the button is not rendering in the view. Here my code:
manifest
'assets': {
'web.assets_backend': [
'/module/static/src/js/action_call.js',
'/module/static/src/xml/tree_button.xml',
],
},xml
<template xml:space="preserve">
<t t-extend="ListView.buttons">
<t t-jquery="button.o_list_button_add" t-operation="after"> <button class="oe_button" type="button"> YOU BUTTON button>
t>
t>
template>
Help please!!
Thanks, it worked!