From 83fcb6794f76f3f0145eac3fc929d785c92be212 Mon Sep 17 00:00:00 2001 From: Apptuate Date: Wed, 19 Aug 2015 12:23:07 -0500 Subject: [PATCH] Trying to get indent right... --- partner_relations/model/res_partner_relation_all.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/partner_relations/model/res_partner_relation_all.py b/partner_relations/model/res_partner_relation_all.py index 9d4656637..ca37e4527 100644 --- a/partner_relations/model/res_partner_relation_all.py +++ b/partner_relations/model/res_partner_relation_all.py @@ -167,9 +167,9 @@ class ResPartnerRelationAll(models.AbstractModel): domain = [] if self.type_selection_id.partner_category_other is not False: domain.append( - ('category_id', - 'in', - self.type_selection_id.partner_category_other.id) + ('category_id', + 'in', + self.type_selection_id.partner_category_other.id) ) if self.type_selection_id.contact_type_other is not False: