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

Version: Odoo 11

In the openacademy tutorial, there is this block code in the xml file:

       <act_window id="launch_session_wizard"
                    name="Add Attendees"
                    src_model="openacademy.session"
                    res_model="openacademy.wizard"
                    view_mode="form"
                    target="new"
                    key2="client_action_multi"/>

Where can i find more information about key2 parameter, its possible Action Event values and what do they do ?


アバター
破棄
最善の回答

Hello,

Try Below code i hope it's help you.


<record id="action_openacademy_session_view" model="ir.actions.act_window">
<field name="name">Openacademy Session</field>
<field name="res_model">openacademy.session</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
</record>
アバター
破棄
著作者

Do you know where i can find more information on :

key2="client_action_multi"

関連投稿 返信 ビュー 活動
3
7月 24
5578
1
10月 24
2572
1
3月 21
4080
3
2月 23
8175
0
11月 20
3442