Skip to content

Commit

Permalink
[FIX] partner_multi_relation. Drop is_inverse from vals on creation o…
Browse files Browse the repository at this point in the history
…f relation.
  • Loading branch information
NL66278 committed Feb 9, 2018
1 parent 8145e14 commit 65631c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion partner_multi_relation/models/res_partner_relation_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ def _correct_vals(self, vals, type_selection):
for key in (
'this_partner_id',
'type_selection_id',
'other_partner_id'):
'other_partner_id',
'is_inverse'):
if key in vals:
del vals[key]
return vals
Expand Down

0 comments on commit 65631c8

Please sign in to comment.