Allow to change analytic fields with account_invoice_update

This commit is contained in:
Yannick Vaucher
2018-06-27 18:43:39 +02:00
committed by Iryna Vushnevska
parent 59b0a5ac10
commit 4f6dc99319
5 changed files with 293 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
# © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# Copyright 2018 Camptocamp
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
@@ -21,6 +22,8 @@ This module adds a button *Update Invoice* on Customer and Supplier invoices in
* Salesman
* Notes
* Description of invoice lines
* Analytic account
* Analytic tags
""",
'author': 'Akretion',