[IMP] Add sum of total amount due

This commit is contained in:
cubells
2018-01-10 11:13:16 +01:00
committed by Aitor Bouzas
parent 003d8ec406
commit 9a1773133e
2 changed files with 7 additions and 2 deletions

View File

@@ -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/",

View File

@@ -43,6 +43,9 @@
string="Total (Company Currency)" widget="monetary"
options="{'currency_field': 'company_currency_id'}"/>
</field>
<field name="residual_signed" position="after">
<field name="residual_company_signed" sum="Amount Due"/>
</field>
</field>
</record>
@@ -81,6 +84,9 @@
string="Total (Company Currency)" widget="monetary"
options="{'currency_field': 'company_currency_id'}"/>
</field>
<field name="residual_signed" position="after">
<field name="residual_company_signed" sum="Amount Due"/>
</field>
</field>
</record>