diff --git a/partner_contact_in_several_companies/README.rst b/partner_contact_in_several_companies/README.rst index 749aaff58..f23811179 100644 --- a/partner_contact_in_several_companies/README.rst +++ b/partner_contact_in_several_companies/README.rst @@ -6,8 +6,8 @@ Partner Contact in Several Companies ==================================== -This module was written to extend the contact management functionality. It -allows you to set several job positions in different companies per contact. +This module extends the contact management functionality. It allows you to +set several job positions in different companies per contact. Installation ============ @@ -47,7 +47,7 @@ partner-contact/issues>`_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here `_. diff --git a/partner_contact_in_several_companies/tests/test_partner_contact_in_several_companies.py b/partner_contact_in_several_companies/tests/test_partner_contact_in_several_companies.py index 4ff338b05..04cec9602 100644 --- a/partner_contact_in_several_companies/tests/test_partner_contact_in_several_companies.py +++ b/partner_contact_in_several_companies/tests/test_partner_contact_in_several_companies.py @@ -138,7 +138,7 @@ class PartnerContactInSeveralCompaniesCase(common.TransactionCase): # Bob's contact has one other position which is related to # 'YourCompany' # so search for all contacts working for 'YourCompany' - # should contain bob position. + # should contain Bob position. partner_ids = self.partner.search( cr, uid, [('parent_id', 'ilike', 'YourCompany')],