Skip to Content
Menu
This question has been flagged
1 Atsakyti
9907 Rodiniai

How can I use the sheet tag in a form?

Portretas
Atmesti
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

Portretas
Atmesti

Thanks Mayur!

Autorius

Thank you! It really helped me.

Can we minimise the size of <sheet tag>

Related Posts Replies Rodiniai Veikla
1
lapkr. 24
1627
1
rugs. 21
9398
1
saus. 24
17010
0
kov. 15
3294
1
geg. 24
1466