__openerp__.py 489 B

123456789101112131415161718192021222324
  1. # -*- coding: utf-8 -*-
  2. # 'views/eiru_contract_vendor.xml',
  3. {
  4. 'name': 'Eiru account voucher vendor',
  5. 'summary': 'Voucher Vendor',
  6. 'category': 'extra',
  7. 'version': '0.1',
  8. 'description': """
  9. """,
  10. 'author': 'Eiru Software',
  11. 'website': 'https://www.eiru.com.py',
  12. 'depends': [
  13. 'base',
  14. 'account',
  15. 'sale',
  16. 'hr',
  17. ],
  18. 'data': [
  19. 'views/account_voucher_view.xml'
  20. ],
  21. 'test': [
  22. ],
  23. 'installable': True,
  24. }