How can I use the sheet tag in a form?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
9656
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.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
nov 24
|
1315 | ||
|
1
sept 21
|
9179 | ||
|
1
ene 24
|
16759 | ||
|
0
mar 15
|
3062 | ||
|
1
may 24
|
1249 |