| 12345678910111213141516171819202122232425 | # -*- coding: utf-8 -*-{'active': False,    'author':  'ADHOC SA',    'website': 'www.adhoc.com.ar',    'license': 'AGPL-3',    'category': 'Accounting & Finance',    'data': [        'views/account_move_view.xml',    ],    'demo': [],    'depends': [        'account_voucher'    ],    'description': '''Account Move Voucher====================Create Vouchers from Account MoveCreates a new residual field on account moveCreates a method to pay moves with residual''',    'installable': True,    'name': 'Account Move Voucher',    'test': [],    'version': '8.0.1.2.0', }
 |