How can I use the sheet tag in a form?
Se marcó esta pregunta
1
Responder
11944
Vistas
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>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse| Publicaciones relacionadas | Respuestas | Vistas | Actividad | |
|---|---|---|---|---|
|
Form view aligned to the left side
Resuelto
|
|
1
nov 25
|
3761 | |
|
|
1
sept 21
|
11638 | ||
|
|
1
ene 24
|
19206 | ||
|
|
0
mar 15
|
4894 | ||
|
|
1
may 24
|
3348 |