__openerp__.py 465 B

1234567891011121314151617181920
  1. {
  2. 'name': 'voucher Print',
  3. 'version': '8.0.1.0',
  4. 'category': 'Accounting',
  5. 'sequence': 1,
  6. 'summary': "Print of payments",
  7. 'description':"Print of payments",
  8. 'author': 'DVIT.ME',
  9. 'website': 'http://dvit.me',
  10. 'website': 'http://www.dvit.me',
  11. 'depends': ['account_voucher'],
  12. 'data': [
  13. 'views/voucher_report.xml',
  14. 'voucher_print_report.xml',
  15. ],
  16. 'installable': True,
  17. 'auto_install': False,
  18. }