Skip to Content
Menu
This question has been flagged
1 Reply
4281 Views

Hi,

i am working on CRM app/module. and i am on page where all leads are listed. when i click/check the checkbox on top-left corner of the grid another button/dropdown appears and it contains different options. i want to add one more option in these options.

how can i do that?

 

Avatar
Discard
Best Answer
<act_window
            id="action_account_payment_from_invoices"
            name="Register Payment"
            res_model="account.register.payments" # which object's view you want to open
            src_model="account.invoice" # on which object's view you want to add
            view_mode="form" 
            multi="True" 
            target="new"
            key2="client_action_multi"
        />
Avatar
Discard