__openerp__.py 296 B

1234567891011
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "variants_by_company_report",
  4. 'author': "Your Company",
  5. 'website': "http://www.yourcompany.com",
  6. 'category': 'Report',
  7. 'version': '0.1',
  8. 'depends': ['base', 'report'],
  9. 'data': ['templates.xml'],
  10. 'qweb': ['static/src/xml/*.xml']
  11. }