Skip to content

Commit

Permalink
Update account_invoice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
angelmoya authored and ValentinVinagre committed Jul 15, 2020
1 parent aefd26b commit d3808cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_es_aeat_sii/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{
"name": "Suministro Inmediato de Información en el IVA",
"version": "12.0.1.4.0",
"version": "12.0.1.4.1",
"category": "Accounting & Finance",
"website": "https://odoospain.odoo.com",
"author": "Acysos S.L.,"
Expand Down
2 changes: 1 addition & 1 deletion l10n_es_aeat_sii/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def _get_sii_out_taxes(self):
'NoSujeta', {'ImporteTAIReglasLocalizacion': 0},
)
nsub_dict['ImporteTAIReglasLocalizacion'] += (
tax_line.base * sign
tax_line.base_company * sign
)
# Ajustes finales breakdown
# - DesgloseFactura y DesgloseTipoOperacion son excluyentes
Expand Down

0 comments on commit d3808cc

Please sign in to comment.