Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4051 มุมมอง

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"

Related Posts ตอบกลับ มุมมอง กิจกรรม
3
ก.ค. 24
5644
1
ต.ค. 24
2624
1
มี.ค. 21
4106
3
ก.พ. 23
8259
0
พ.ย. 20
3516