Browse Source

Merge pull request #87 from eezee-it/8.0

[FIX] partner_firstname : Remove the value checks in tests. With Odoo v8...
pull/90/merge
Pedro M. Baeza 10 years ago
parent
commit
74c1dbd62b
  1. 4
      partner_firstname/tests/__init__.py

4
partner_firstname/tests/__init__.py

@ -29,7 +29,3 @@
##############################################################################
from . import test_partner_firstname
checks = [
test_partner_firstname
]
Loading…
Cancel
Save