How can I use the sheet tag in a form?
Cette question a été signalée
1
Répondre
11933
Vues
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>
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
1
nov. 25
|
3754 | ||
|
|
1
sept. 21
|
11621 | ||
|
|
1
janv. 24
|
19195 | ||
|
|
0
mars 15
|
4871 | ||
|
|
1
mai 24
|
3338 |