跳至内容
菜单
此问题已终结

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

形象
丢弃
相关帖文 回复 查看 活动
2
7月 18
3222
1
7月 25
1325
2
1月 20
4742
7
11月 18
23508
0
3月 25
2341