Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
10046 Vizualizări

How can I use the sheet tag in a form?

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează

Thanks Mayur!

Autor

Thank you! It really helped me.

Can we minimise the size of <sheet tag>

Related Posts Răspunsuri Vizualizări Activitate
1
nov. 24
1729
1
sept. 21
9536
1
ian. 24
17109
0
mar. 15
3391
1
mai 24
1626