|
@@ -20,7 +20,7 @@ class AccountInvoice(models.Model):
|
|
|
'user_name': invoice.user_id.name,
|
|
|
'amount_untaxed': invoice.amount_untaxed,
|
|
|
'amount_tax': invoice.amount_untaxed,
|
|
|
- 'amount_total': invoice.amount_untaxed,
|
|
|
+ 'amount_total': invoice.amount_total,
|
|
|
'create_date': invoice.create_date,
|
|
|
# PARTNER INFO
|
|
|
'partner_id':[{
|