~savoirfairelinux-openerp/partner-contact-management/base_contact_by_functions

« back to all changes in this revision

Viewing changes to firstname_display_name_trigger/tests/__init__.py

  • Committer: Sandy Carter
  • Date: 2014-01-23 00:24:40 UTC
  • mfrom: (34.1.1 partner-contact-management)
  • Revision ID: sandy.carter@savoirfairelinux.com-20140123002440-3h330r1rfu04bblo
[MRG] partner_firstname bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import test_display_name
2
 
 
3
 
checks = [
4
 
    test_display_name
5
 
    ]