[FIX] When creating a procurement from a move, respect the right UoM conversions
[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     'data' : [
12         'views/web_tests_demo.xml',
13     ],
14     'qweb': ['static/src/xml/demo.xml'],
15 }