__openerp__.py 596 B

12345678910111213141516171819202122232425
  1. # -*- coding: utf-8 -*-
  2. {'active': False,
  3. 'author': 'ADHOC SA',
  4. 'website': 'www.adhoc.com.ar',
  5. 'license': 'AGPL-3',
  6. 'category': 'Accounting & Finance',
  7. 'data': [
  8. 'views/account_move_view.xml',
  9. ],
  10. 'demo': [],
  11. 'depends': [
  12. 'account_voucher'
  13. ],
  14. 'description': '''
  15. Account Move Voucher
  16. ====================
  17. Create Vouchers from Account Move
  18. Creates a new residual field on account move
  19. Creates a method to pay moves with residual
  20. ''',
  21. 'installable': True,
  22. 'name': 'Account Move Voucher',
  23. 'test': [],
  24. 'version': '8.0.1.2.0',
  25. }