From 9701eb198672f5d0a61cd7a14923d8234845fb73 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 25 Jan 2016 14:50:19 +0100 Subject: [PATCH] Better description --- account_invoice_margin_report/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account_invoice_margin_report/__openerp__.py b/account_invoice_margin_report/__openerp__.py index fb2e1f0..4ebd357 100644 --- a/account_invoice_margin_report/__openerp__.py +++ b/account_invoice_margin_report/__openerp__.py @@ -26,9 +26,9 @@ 'version': '0.1', 'category': 'Accounting & Finance', 'license': 'AGPL-3', - 'summary': 'Add margin du Invoices Analysis', + 'summary': 'Add margin measure in Invoices Analysis', 'description': """ -This module adds the margin in the Invoices Analysis pivot table. It is in a separate module because it depends on the module *bi_invoice_company_currency* (in which I re-wrote the Invoice Analysis pivot table). +This module adds the measure *Margin* in the Invoices Analysis pivot table. It is in a separate module because it depends on the module *bi_invoice_company_currency* (in which I re-wrote the Invoice Analysis pivot table). This module has been written by Alexis de Lattre from Akretion .