Files
odoo-usability/account_invoice_update_wizard/__manifest__.py
2021-11-26 18:57:02 +03:00

22 lines
652 B
Python

# Copyright 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# 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/OCA/odoo-usability",
"depends": [
"account",
],
"data": [
"wizard/account_invoice_update_view.xml",
"views/account_invoice.xml",
],
"installable": False,
}