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
1ecc60df
Commit
1ecc60df
authored
4 months ago
by
Jesús Alberto Lomas Simón
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(account.move): timbra correctamente la factura cuando hay varios impuestos
parent
d24cd76f
Pipeline
#24128
failed with stages
in 10 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
l10n_mx_facturae/templates/account_move.xml
l10n_mx_facturae/templates/account_move.xml
+3
-3
No files found.
l10n_mx_facturae/templates/account_move.xml
View file @
1ecc60df
...
...
@@ -99,9 +99,9 @@
t-attf-Impuesto=
"{{ tax.xml_name }}"
t-attf-Importe=
"{{ tax.xml_amount }}"
/>
</cfdi:Retenciones>
<cfdi:Traslados
t-if=
"line.impuestos['traslados']"
>
<t
t-set=
"impuestos"
t-value=
"line.impuestos"
/>
<cfdi:Traslado
t-foreach=
"impuestos['traslados']"
t-as=
"tax"
<cfdi:Traslados
t-if=
"line.impuestos['traslados']"
>
<t
t-set=
"impuestos"
t-value=
"line.impuestos"
/>
<cfdi:Traslado
t-foreach=
"impuestos['traslados']"
t-as=
"tax"
t-att-Base=
"format_float(tax.base, o.currency_id.decimal_places)"
t-attf-Impuesto=
"{{ tax.xml_name }}"
t-attf-TipoFactor=
"{{ tax.type }}"
...
...
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