# Copyright 2004-2010 Tiny SPRL (http://tiny.be). # Copyright 2010-2011 Elico Corp. # Copyright 2016 Acsone (https://www.acsone.eu/) # Copyright 2017 Eficent Business and IT Consulting Services S.L. # (http://www.eficent.com) # Copyright 2019 Okia SPRL # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "Account Invoice Merge", "version": "16.0.1.0.1", "category": "Finance", "summary": "Merge invoices in draft", "author": "Elico Corp,Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-invoicing", "license": "AGPL-3", "depends": ["account"], "data": [ "security/ir.model.access.csv", "wizard/invoice_merge_view.xml", ], "installable": True, }