Skip to content
Extraits de code Groupes Projets

[ADD] simplify payment term

Fusionnées Rémi - Le Filament a demandé de fusionner 16.0-remi-payment-terms vers 16.0
1 file
+ 2
2
Comparer les modifications
  • Côte à côte
  • En ligne
+ 2
2
@@ -35,7 +35,7 @@ class AccountPaymentTerm(models.Model):
@@ -35,7 +35,7 @@ class AccountPaymentTerm(models.Model):
"discount_amount_currency": 0.0,
"discount_amount_currency": 0.0,
"discount_balance": 0.0,
"discount_balance": 0.0,
"discount_percentage": 0.0,
"discount_percentage": 0.0,
"foreign_amount": untaxed_amount_currency,
"foreign_amount": untaxed_amount_currency + tax_amount_currency,
"company_amount": untaxed_amount,
"company_amount": untaxed_amount + tax_amount,
}
}
]
]
Chargement en cours