Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
l10n_mx
l10n_mx_facturae
Commits
59776618
Commit
59776618
authored
1 year ago
by
Noe Fernando Izquierdo Hernandez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(account.invoice): se corrige la función action_consult_cancellation_status
parent
a0ef3106
Pipeline
#21441
failed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
l10n_mx_facturae/models/account_invoice.py
l10n_mx_facturae/models/account_invoice.py
+1
-1
No files found.
l10n_mx_facturae/models/account_invoice.py
View file @
59776618
...
...
@@ -363,7 +363,7 @@ class AccountInvoice(models.Model):
for
invoice
in
self
:
try
:
with
self
.
env
.
cr
.
savepoint
():
status_cancelacion
=
invoice
.
consult_cfdi_cancellation_status
()
status_cancelacion
=
invoice
.
consult_cfdi_cancellation_status
()
[
0
]
if
status_cancelacion
is
None
:
invoice
.
message_post
(
body
=
_
(
"No status update found on SAT"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment