From 4088bf87c272ecce2151df8ad1b889b547b8780e Mon Sep 17 00:00:00 2001 From: vrenaville Date: Thu, 9 Oct 2014 09:29:09 +0200 Subject: [PATCH] [FIx] include test in __openerp__.py --- statement_voucher_killer/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statement_voucher_killer/__openerp__.py b/statement_voucher_killer/__openerp__.py index 8a595f2e..fc12607e 100644 --- a/statement_voucher_killer/__openerp__.py +++ b/statement_voucher_killer/__openerp__.py @@ -42,6 +42,6 @@ line will be take from imported line in this order: 'data': [ 'statement_view.xml', ], - 'test': [], + 'test': [test/correct_date_in_move_line.yml], 'installable': True, }