__openerp__.py 341 B

123456789101112
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Analisis de Utilidad de ventas',
  4. 'version': '0.1',
  5. 'category': 'Product',
  6. 'author': 'Adrielso Kunert',
  7. 'depends': ['account', 'sale'],
  8. 'data': ['view/report_invoice_utility.xml',
  9. 'view/templates.xml'],
  10. 'qweb': ['static/src/xml/*.xml'],
  11. 'installable': True,
  12. }