__openerp__.py 449 Bytes
# -*- coding: utf-8 -*-
# Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)


{
    'name': 'Account Invoice Refund Option',
    'version': '9.0.1.0.0',
    'category': 'Accounting',
    'summary': 'Account Invoice Refund Option',
    'author': 'La Louve',
    'website': 'http://www.lalouve.net',
    'depends': [
        'account'
    ],
    'data': [
        "view/view_account_invoice_refund.xml",
    ],
    'installable': True,
}