From 9a1773133ef748bfaaaefa5ea12b9e2947225380 Mon Sep 17 00:00:00 2001 From: cubells Date: Wed, 10 Jan 2018 11:13:16 +0100 Subject: [PATCH] [IMP] Add sum of total amount due --- account_invoice_currency/__manifest__.py | 3 +-- account_invoice_currency/views/account_invoice.xml | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/account_invoice_currency/__manifest__.py b/account_invoice_currency/__manifest__.py index fc4cf95b5..0933eaa94 100644 --- a/account_invoice_currency/__manifest__.py +++ b/account_invoice_currency/__manifest__.py @@ -8,10 +8,9 @@ { 'name': "Company currency in invoices", - 'version': "10.0.1.0.0", + 'version': "10.0.1.1.0", 'author': "Zikzakmedia SL, " "JoaquĆ­n Gutierrez, " - "Serv. Tecnol. Avanzados - Pedro M. Baeza, " "Tecnativa, " "Odoo Community Association (OCA) ", 'website': "https://odoo-community.org/", diff --git a/account_invoice_currency/views/account_invoice.xml b/account_invoice_currency/views/account_invoice.xml index 70c5a9b6c..86ca22ffb 100644 --- a/account_invoice_currency/views/account_invoice.xml +++ b/account_invoice_currency/views/account_invoice.xml @@ -43,6 +43,9 @@ string="Total (Company Currency)" widget="monetary" options="{'currency_field': 'company_currency_id'}"/> + + + @@ -81,6 +84,9 @@ string="Total (Company Currency)" widget="monetary" options="{'currency_field': 'company_currency_id'}"/> + + +