How can I use the sheet tag in a form?
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
12047
มุมมอง
Hello,
You can use sheet tag within the form tag which must have version="7.0" attribute .
see this example which might help you more
<record model="ir.ui.view" id="object_name_form_view">
<field name="name">object_name.form.view</field>
<field name="model">object_name</field>
<field name="arch" type="xml">
<form string="form_string" version="7.0">
<sheet>
<field name="field_name"/>
</sheet>
</form>
</field>
</record>
Thanks
Thanks Mayur!
Thank you! It really helped me.
Can we minimise the size of <sheet tag>
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
Form view aligned to the left side
แก้ไขแล้ว
|
|
1
พ.ย. 25
|
3920 | |
|
|
1
ก.ย. 21
|
11758 | ||
|
|
1
ม.ค. 24
|
19313 | ||
|
|
0
มี.ค. 15
|
5107 | ||
|
|
1
พ.ค. 24
|
3440 |