mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] Add sum of total amount due
This commit is contained in:
@@ -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/",
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user