Skip to Content
Menu
This question has been flagged
3 Replies
4360 Rodiniai

<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>

Portretas
Atmesti
Autorius

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 .

Best Answer

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

Portretas
Atmesti
Best Answer

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>

Portretas
Atmesti
Autorius

No..it doesn't work

Related Posts Replies Rodiniai Veikla
1
rugp. 22
4500
3
rugs. 24
15670
0
saus. 24
1901
3
saus. 20
3656
0
vas. 16
4066