# -*- coding: utf-8 -*- { 'name': 'bench_sale_mrp', 'version': '0.1', 'category': 'Benchmarks', 'description': """Prepare some data to run a benchmark.""", 'author': 'OpenERP SA', 'maintainer': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['base', 'sale_mrp'], 'data': ['data.yml'], 'installable': True, 'auto_install': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: