コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4018 ビュー

Hello,

I wanted that my object have a relation  many2one with email.template and the domain of this field is just the email.template that have the model_id with the value 'hr.evaluation.interview'. 

I tryed like this:

<field name="template_id" domain="[('model_id','=','hr.evaluation.interview')]" context="{'default_model_id':'hr.evaluation.interview' }"/>

But it craches: 

invalid input syntax for integer: "hr.evaluation.interview"

I try like this <field name="template_id" domain="[('model_id','=','hr.evaluation.interview')]" context="{'default_model_id':ref('hr.evaluation.interview') }"/>

and like this : 

<field name="template_id" domain="[('model_id','=',[ref('mb_boldint_hr_evaluation.model_hr_evaluation_interview')])]" context="{'default_model_id': [ref('mb_boldint_hr_evaluation.model_hr_evaluation_interview')] }"/>

But it doesn't know the ref. 

Do you know how can I do this? 

Thanks

アバター
破棄
関連投稿 返信 ビュー 活動
3
3月 15
10921
0
3月 15
3471
1
3月 15
9047
1
2月 24
13619
1
3月 15
7680