Browse Source

fix test_flake8 E101 indentation contains mixed spaces and tabs

pull/273/head
adrien 9 years ago
parent
commit
2235b540f6
  1. 2
      partner_relations/model/res_partner_relation_all.py

2
partner_relations/model/res_partner_relation_all.py

@ -189,7 +189,7 @@ class ResPartnerRelationAll(models.AbstractModel):
'|', '|',
('contact_type_this', '=', False), ('contact_type_this', '=', False),
('contact_type_this', '=', ('contact_type_this', '=',
get_partner_type(self.this_partner_id)),
get_partner_type(self.this_partner_id)),
'|', '|',
('partner_category_this', '=', False), ('partner_category_this', '=', False),
('partner_category_this', 'in', ('partner_category_this', 'in',

Loading…
Cancel
Save