Browse Source

Trying to get indent right...

pull/161/head
Apptuate 10 years ago
parent
commit
83fcb6794f
  1. 6
      partner_relations/model/res_partner_relation_all.py

6
partner_relations/model/res_partner_relation_all.py

@ -167,9 +167,9 @@ class ResPartnerRelationAll(models.AbstractModel):
domain = [] domain = []
if self.type_selection_id.partner_category_other is not False: if self.type_selection_id.partner_category_other is not False:
domain.append( 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: if self.type_selection_id.contact_type_other is not False:

Loading…
Cancel
Save