Skip to Content
मेन्यू
This question has been flagged
1 Reply
9995 Views

How can I use the sheet tag in a form?

Avatar
Discard
Best Answer

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

Avatar
Discard

Thanks Mayur!

Author

Thank you! It really helped me.

Can we minimise the size of <sheet tag>

Related Posts Replies Views Activity
1
नव॰ 24
1687
1
सित॰ 21
9471
1
जन॰ 24
17069
0
मार्च 15
3344
1
मई 24
1542