How can I use the sheet tag in a form?
Această întrebare a fost marcată
1
Răspunde
11954
Vizualizări
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>
Îți place discuția? Nu doar citi, alătură-te!
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
Form view aligned to the left side
Rezolvat
|
|
1
nov. 25
|
3771 | |
|
|
1
sept. 21
|
11654 | ||
|
|
1
ian. 24
|
19213 | ||
|
|
0
mar. 15
|
4910 | ||
|
|
1
mai 24
|
3352 |