Re-rolls patch against new version of l10n-co-account-e-invoicing

This commit is contained in:
Jorge Enrique Gómez Gómez 2022-10-13 19:06:48 -05:00
parent 4f5ec9f68b
commit 6e917dc47e

View File

@ -1,8 +1,8 @@
diff --git a/l10n_co_account_e_invoicing/models/res_company.py b/l10n_co_account_e_invoicing/models/res_company.py diff --git a/l10n_co_account_e_invoicing/models/res_company.py b/l10n_co_account_e_invoicing/models/res_company.py
index eadfde2..690b1e8 100644 index 7c55088..9207734 100644
--- a/l10n_co_account_e_invoicing/models/res_company.py --- a/l10n_co_account_e_invoicing/models/res_company.py
+++ b/l10n_co_account_e_invoicing/models/res_company.py +++ b/l10n_co_account_e_invoicing/models/res_company.py
@@ -186,7 +186,7 @@ class ResCompany(models.Model): @@ -170,7 +170,7 @@ class ResCompany(models.Model):
date_from = dian_document.invoice_id.invoice_date date_from = dian_document.invoice_id.invoice_date
days = (today - date_from).days days = (today - date_from).days
@ -11,4 +11,3 @@ index eadfde2..690b1e8 100644
try: try:
dian_document.action_process() dian_document.action_process()
except: except: