[FIx] include test in __openerp__.py

This commit is contained in:
vrenaville
2014-10-09 09:29:09 +02:00
parent 9b4688bfe0
commit 4088bf87c2

View File

@@ -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,
}