コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4308 ビュー

I have a view "inventory_stock_report" it is showing the result in "tree" view. I want to add a button type object above the tree view and want to execute a function.

アバター
破棄
最善の回答

Hello Samba,

You have to add a custom web code for the individual button same as 'Create' in 'tree' view.

The altenate is that you can add a button(wizard) to 'More' menu and from that you can pop-up a window(wizrad) and add a button type object over there and can get the 'active_ids' through 'context' in your method.

To add a button(wizard) in 'More' option, you have to create "act_window" of your wizard like this:

https://github.com/odoo/odoo/blob/master/addons/stock/wizard/stock_return_picking_view.xml#L4

Thanks.

アバター
破棄
関連投稿 返信 ビュー 活動
1
5月 24
1917
1
2月 17
5636
1
3月 15
16106
4
11月 24
13755
0
8月 20
2952