Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
9857 Zobrazení

How can I use the sheet tag in a form?

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit

Thanks Mayur!

Autor

Thank you! It really helped me.

Can we minimise the size of <sheet tag>

Related Posts Odpovědi Zobrazení Aktivita
1
lis 24
1575
1
zář 21
9358
1
led 24
16962
0
bře 15
3263
1
kvě 24
1419