How can I use the sheet tag in a form?
لقد تم الإبلاغ عن هذا السؤال
1
الرد
12094
أدوات العرض
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>
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
1
نوفمبر 25
|
4035 | ||
|
|
1
سبتمبر 21
|
11873 | ||
|
|
1
يناير 24
|
19396 | ||
|
|
0
مارس 15
|
5165 | ||
|
|
1
مايو 24
|
3494 |