mirror of
https://gitlab.com/datalifeit/trytond-aeat_sii
synced 2023-12-13 20:30:37 +01:00
Fix filed name call
This commit is contained in:
parent
d8a094b2f7
commit
f033fab8a7
1 changed files with 1 additions and 1 deletions
2
aeat.py
2
aeat.py
|
@ -637,7 +637,7 @@ class SIIReport(Workflow, ModelSQL, ModelView):
|
|||
reg.DatosFacturaEmitida.ClaveRegimenEspecialOTrascendencia),
|
||||
'total_amount': _decimal(reg.DatosFacturaEmitida.ImporteTotal),
|
||||
'taxes': [('add', [t.id for t in taxes])] if taxes else [],
|
||||
'exemption_cause': exemption,
|
||||
'exemption_key': exemption,
|
||||
'counterpart_name': (
|
||||
reg.DatosFacturaEmitida.Contraparte.NombreRazon
|
||||
if reg.DatosFacturaEmitida.Contraparte else None),
|
||||
|
|
Loading…
Reference in a new issue