Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
3077 Weergaven

I like to add a button on all listviews but this code is not working in the account.move module


<?xml version="1.0" encoding="UTF-8"?>
<template xml:space="preserve">
<t t-extend="ListView.buttons">
<t t-jquery="button.o_list_button_add" t-operation="after">
<button type="button" class="btn btn-secondary o_button_importpdf" accesskey="f">
Import Pdf
</button>
<input type="file" class="o_file_importpdf" style="display:none" accept=".pdf"/>
</t>
</t>
</template>


on other module the code is working, what do i miss?


Avatar
Annuleer
Beste antwoord

Hi Fleixi,

You have to Extend BillsListView.buttons for account.move


<? xml version = "1.0" encoding = "UTF-8"?>

<template xml: space = "preserve">

        <t t-extend = "BillsListView.buttons">

            <t t-jquery = "button.o_button_upload_bill" t-operation = "after">

                <button type = "button" class = "btn btn-secondary o_button_importpdf" accesskey = "f">

                    Import Pdf

                </button> 

                <input type = "file" class = "o_file_importpdf" style = "display: none" accept = ". pdf" />

            </t>

        </t>

</template> 

Thanks...

For more information Contact us:- https: //kanakinfosystems.com/odoo-development-services

Avatar
Annuleer
Auteur Beste antwoord

Thanks that helps a lot. Where do i find such information in the documentation?

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
nov. 24
1356
1
apr. 23
2709
7
feb. 23
9270
0
sep. 22
1805
1
jul. 22
1560