Skip to Content
Menu
This question has been flagged

Hi community,

I would like to create a new custom button into a pivot report view who call a function in the on click.

record id="picking_products_form" model="ir.ui.view">
        field name="name">action.stock.report
       field name="model">stock.quant.report
       field name="arch" type="xml">
               pivot string="report quant by product">
              button name="cron_stock_quant_report" string="Stock Quant" type="object"/>
             field name="product_id"/>
            field name="qty" type="measure"/>
           field name="cost" type="measure"/>
 /pivot>
/field>
/record>



When I tried to open my view, it doesn't work and I have an error : KeyError: u'cron_stock_quant_report'

In my model, I have a function named "cron_stock_quant_report".

If somebody can help me please.

Thanks

Avatar
Discard
Related Posts Replies Views Activity
2
Jul 18
2356
0
Jun 24
386
2
Jan 20
3912
7
Nov 18
21663
0
Sep 23
1054