Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
4361 มุมมอง

<record model="ir.ui.view" id="email_domian_form">

<field name="name">User Email Form View</field>

<field name="model">email_domain.company</field>

<field name="arch" type="xml">

<form string="User Email">

<sheet>

<group>

<field name="company_name" />

</group>

<notebook>

<page string="Email">

<field name="user_email"/>

</page>

</notebook>

</sheet>

</form>

</field>

</record>

อวตาร
ละทิ้ง
ผู้เขียน

I want to enter a list of emails under the name of Company .So kindly help me to do so .I dont know what i 'm missing .

คำตอบที่ดีที่สุด

as I know this case Available only for One2many/Many2many fields type..

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

try this code:


<record model="ir.ui.view" id="email_domian_form">

<field name="name">User Email Form View</field>

<field name="model">email_domain.company</field>

<field name="arch" type="xml">

<form string="User Email">

<sheet>

<group>

<field name="company_name" />

</group>

<notebook>

<page string="Email">

<tree string="Registered sessions">

  <field name="User Email" /> 

  </tree>
 

</page>

</notebook>

</sheet>

</form>

</field>

</record>

อวตาร
ละทิ้ง
ผู้เขียน

No..it doesn't work

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ส.ค. 22
4501
set one page(Tab) as default in notebook แก้ไขแล้ว
3
ก.ย. 24
15670
0
ม.ค. 24
1902
3
ม.ค. 20
3656
0
ก.พ. 16
4067