diff --git a/addons/l10n_latam_invoice_document/models/account_move.py b/addons/l10n_latam_invoice_document/models/account_move.py
index d707bb7b65c83518688c5ce3b158d7adf68d8bc0..dfc874b3ea0dafe3da85b2626b643803b73a073b 100644
--- a/addons/l10n_latam_invoice_document/models/account_move.py
+++ b/addons/l10n_latam_invoice_document/models/account_move.py
@@ -80,7 +80,7 @@ class AccountMove(models.Model):
             invoice.l10n_latam_tax_ids = not_included_invoice_taxes
         remaining = self - recs_invoice
         remaining.l10n_latam_amount_untaxed = False
-        remaining.l10n_latam_tax_ids = []
+        remaining.l10n_latam_tax_ids = [(5, 0)]
 
     def _compute_invoice_sequence_number_next(self):
         """ If journal use documents disable the next number header"""