Browse Source

[FIX] flake 8 over indent

pull/347/head
Nicolas JEUDY 8 years ago
parent
commit
ede0651850
  1. 4
      partner_contact_in_several_companies/models/res_partner.py

4
partner_contact_in_several_companies/models/res_partner.py

@ -30,8 +30,8 @@ class ResPartner(models.Model):
def _get_contact_type(self):
for record in self:
record.contact_type = record.contact_id \
and 'attached' \
or 'standalone'
and 'attached' \
or 'standalone'
def _basecontact_check_context(self, mode):
""" Remove 'search_show_all_positions' for non-search mode.

Loading…
Cancel
Save