35 lines
1.1 KiB
Python
35 lines
1.1 KiB
Python
# -*- coding: utf-8 -*-
|
|
# © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Account Invoice Update Wizard',
|
|
'version': '8.0.1.0.0',
|
|
'category': 'Accounting & Finance',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Wizard to update non-legal fields of an open/paid invoice',
|
|
'description': """
|
|
Account Invoice Update Wizard
|
|
=============================
|
|
|
|
This module adds a button *Update Invoice* on Customer and Supplier invoices in Open or Paid state. This button starts a wizard which allows the user to update non-legal fields of the invoice:
|
|
|
|
* Source Document
|
|
* Reference/Description
|
|
* Payment terms (update allowed only to a payment term with same number of terms of the same amount and on invoices without any payment)
|
|
* Bank Account
|
|
* Salesman
|
|
* Notes
|
|
* Description of invoice lines
|
|
|
|
""",
|
|
'author': 'Akretion',
|
|
'website': 'http://www.akretion.com',
|
|
'depends': ['account'],
|
|
'data': [
|
|
'wizard/account_invoice_update_view.xml',
|
|
'views/account_invoice.xml',
|
|
],
|
|
'installable': False,
|
|
}
|