__openerp__.py 342 B

1234567891011121314151617181920
  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Comisión Eiru',
  4. 'version': '8.0.0.1.0',
  5. 'category': '',
  6. 'summary': '',
  7. 'author': 'Sebastian Penayo',
  8. 'license': 'AGPL-3',
  9. 'depends': [
  10. 'base',
  11. 'product',
  12. 'sale',
  13. ],
  14. 'data': [
  15. 'views/product.xml',
  16. ],
  17. 'installable': True,
  18. }