콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
4443 화면

<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

관련 게시물 답글 화면 활동
1
8월 22
4616
3
9월 24
15843
0
1월 24
1963
3
1월 20
3773
0
2월 16
4147