Skip to content

Commit b2dea47

Browse files
committed
TEST: Check DGI Padron Response
1 parent 9e9a8a6 commit b2dea47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

l10n_uy_edi/models/res_partner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def action_l10n_uy_get_data_from_dgi(self):
6464
if self.l10n_latam_identification_type_id.l10n_uy_dgi_code == '2':
6565
response = company._l10n_uy_ucfe_inbox_operation('640', {'RutEmisor': self.vat})
6666
# TODO delete after finish the tests
67-
_logger.info('response %s' % pprint.pformat(response))
67+
raise UserError('response %s' % pprint.pformat(response))
6868

6969
if response.Resp.CodRta == '00':
7070
# TODO ver detalle de los demas campos que podemos integrar en pagin 83 Manual de integración

0 commit comments

Comments
 (0)