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
571a6b3f
Commit
571a6b3f
authored
1 year ago
by
Noe Fernando Izquierdo Hernandez
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix_cancel_status'
parents
db12b2ea
5b395fb3
Pipeline
#21442
failed with stage
in 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
CHANGES.md
CHANGES.md
+10
-0
l10n_mx_facturae/models/account_invoice.py
l10n_mx_facturae/models/account_invoice.py
+1
-1
No files found.
CHANGES.md
View file @
571a6b3f
<a
name=
"8.0.3.6.4"
></a>
## 8.0.3.6.4 (2023-10-27)
#### Bug Fixes
*
**account.invoice:**
se corrige la función action_consult_cancellation_status (
[
59776618
](
59776618
)
)
<a
name=
"8.0.3.6.3"
></a>
## 8.0.3.6.3 (2023-10-11)
...
...
This diff is collapsed.
Click to expand it.
l10n_mx_facturae/models/account_invoice.py
View file @
571a6b3f
...
...
@@ -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