# -*- coding: utf-8 -*- # © 2010-2011 Ian Li # © 2015 Cédric Pigeon # © 2016 Pedro M. Baeza # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Account Invoice Merge Wizard', 'version': '8.0.2.0.1', 'category': 'Finance', 'author': "Elico Corp, " "ACSONE A/V, " "Tecnativa, " "Noviat, " "Odoo Community Association (OCA)", 'website': 'http://www.openerp.net.cn', 'license': 'AGPL-3', 'depends': ['account'], 'data': [ 'wizard/invoice_merge_view.xml', ], 'installable': True, }