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
721bb489
Commit
721bb489
authored
1 year ago
by
Noe Fernando Izquierdo Hernandez
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix_account_invoice'
parents
791c357a
476fd49e
Pipeline
#21094
passed with stage
in 57 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/templates/account_invoice.txt
l10n_mx_facturae/templates/account_invoice.txt
+1
-1
No files found.
CHANGES.md
View file @
721bb489
<a
name=
"8.0.3.6.1"
></a>
## 8.0.3.6.1 (2023-09-05)
#### Bug Fixes
*
**account.invoice:**
se corrige xml del CFDI 4.0 para la emisión de facturas (
[
18e5ad90
](
18e5ad90
)
)
<a
name=
"8.0.3.6.0"
></a>
## 8.0.3.6.0 (2023-08-22)
...
...
This diff is collapsed.
Click to expand it.
l10n_mx_facturae/templates/account_invoice.txt
View file @
721bb489
...
...
@@ -110,7 +110,7 @@
{% if line.cfdi_numero_identificacion %}NoIdentificacion="${ html_escape(line.cfdi_numero_identificacion) }"{% end %}
{% end %}
{% end %}
Cantidad="${ '{0:
.6f
}'.format(line.quantity) }"
Cantidad="${ '{0:
g
}'.format(line.quantity) }"
{% choose line.uos_id.name %}
{% when False %}${ validationerror(_('Please select a unit of measure for line: {l}').format(l=line.name)) }{% end %}
{% otherwise %}
...
...
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