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

How can I use the sheet tag in a form?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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 ตอบกลับ มุมมอง กิจกรรม
1
พ.ย. 24
2069
1
ก.ย. 21
9806
1
ม.ค. 24
17377
0
มี.ค. 15
3595
1
พ.ค. 24
1868