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'}"/> + + +