Skip to Content
Menu
This question has been flagged

Hi All,

In one2many master line level, if i use reference field with selection field its throwing error like below,

<pre>

TypeError: Mixing apples and oranges: hr.employee(14742,).union(False)

</pre>

If i use only reference field (other selection field removed). its working fine.


Version : odoo11

ref_field = fields.Reference(selection=_select_models, string="Object")

Avatar
Discard

can you please give some more details, _select_models ...etc any other related to reference.

Actually the error occurred because of reference filed referring data from two tables.

Related Posts Replies Views Activity
2
Oct 22
2306
3
Sep 18
1895
0
Jan 22
1663
1
Jun 21
8890
1
Aug 18
13703