Browse Source

[IMP] Change the original author in openerp file

pull/2/head
Jose Morales 11 years ago
parent
commit
b6b124b891
  1. 2
      partner_do_merge/wizard/base_partner_merge.py

2
partner_do_merge/wizard/base_partner_merge.py

@ -321,7 +321,7 @@ class MergePartnerAutomatic(osv.TransientModel):
if len(partner_ids) > 10:
raise osv.except_osv(_('Error'), _(
"""For safety reasons, you cannot merge more than 3 contacts
"""For safety reasons, you cannot merge more than 10 contacts
together. You can re-open the wizard several
times if needed."""))

Loading…
Cancel
Save