[FIX] account_payment: the amount_residual field is not searchable so it cannot be...
[odoo/odoo.git] / addons / web_tests_demo / __openerp__.py
1 {
2     'name': "Demonstration of web/javascript tests",
3     'category': 'Hidden',
4     'description': """
5 OpenERP Web demo of a test suite
6 ================================
7
8 Test suite example, same code as that used in the testing documentation.
9     """,
10     'depends': ['web'],
11     'js': ['static/src/js/demo.js'],
12     'test': ['static/test/demo.js'],
13     'qweb': ['static/src/xml/demo.xml'],
14 }