There was an error while loading. Please reload this page.
1 parent 9e9a8a6 commit b2dea47Copy full SHA for b2dea47
1 file changed
l10n_uy_edi/models/res_partner.py
@@ -64,7 +64,7 @@ def action_l10n_uy_get_data_from_dgi(self):
64
if self.l10n_latam_identification_type_id.l10n_uy_dgi_code == '2':
65
response = company._l10n_uy_ucfe_inbox_operation('640', {'RutEmisor': self.vat})
66
# TODO delete after finish the tests
67
- _logger.info('response %s' % pprint.pformat(response))
+ raise UserError('response %s' % pprint.pformat(response))
68
69
if response.Resp.CodRta == '00':
70
# TODO ver detalle de los demas campos que podemos integrar en pagin 83 Manual de integración
0 commit comments