Browse Source

[FIX] partner_firstname : Remove the value checks in tests. With Odoo v8, the value checks in tests raise a Warning "2015-02-05 08:59:44,867 4590 WARNING 00846-develop-v8-9743ea-all openerp.modules.module: Found deprecated fast_suite or checks attribute in test module openerp.addons.partner_firstname.tests. These have no effect in or after version 8.0."

With Runbot, we cannot have any Warning.
pull/87/head
Sylvain Van Hoof 10 years ago
parent
commit
efca594b74
  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