Browse Source

fix indention issues

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

6
partner_relations/model/res_partner_relation_all.py

@ -167,8 +167,10 @@ 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:
is_company = self.type_selection_id.contact_type_other == 'c'

Loading…
Cancel
Save