How I add a button on header of tree view ?
Thanks in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How I add a button on header of tree view ?
Thanks in advance
Hello
Try with below code:
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-extend="ListView.buttons">
<t t-jquery="button.oe_list_add" t-operation="after">
<t t-if="widget.model == 'yourmodelname'">
<button
class="oe_button oe_highlight"
type="button">My Button</button>
</t>
</t>
</t>
</templates>
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
2
de des. 22
|
14163 | ||
|
1
de nov. 21
|
4311 | ||
|
0
de gen. 21
|
1822 | ||
|
8
de maig 20
|
7255 | ||
|
0
de des. 23
|
2591 |