# Copyright 2017 Akretion (Alexis de Lattre ) # Copyright 2018-2019 Camptocamp # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Account Invoice Update Wizard', 'version': '12.0.1.0.0', 'category': 'Accounting & Finance', 'license': 'AGPL-3', 'summary': 'Wizard to update non-legal fields of an open/paid invoice', 'author': 'Akretion', 'website': 'https://github.com/akretion/odoo-usability', 'depends': [ 'account', ], 'data': [ 'wizard/account_invoice_update_view.xml', 'views/account_invoice.xml', ], 'installable': False, }