How can I use the sheet tag in a form?
Це запитання позначене
1
Відповісти
12141
Переглядів
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>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
Form view aligned to the left side
Вирішено
|
|
1
лист. 25
|
4083 | |
|
|
1
вер. 21
|
11938 | ||
|
|
1
січ. 24
|
19456 | ||
|
|
0
бер. 15
|
5218 | ||
|
|
1
трав. 24
|
3519 |