Skip to content

Commit 7a6e386

Browse files
committed
[ADD] l10n_ar_edi_ux: POC response padron
1 parent 5cfcf66 commit 7a6e386

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

l10n_ar_edi_ux/models/res_partner.py

+6
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ def get_data_from_padron_afip(self):
133133

134134
# Serializamos una sola vez
135135
res = serialize_object(res, dict)
136+
137+
# TODO DELETE poc response
138+
import pprint
139+
pres = pprint.pformat(res).replace(' ', '&nbsp;').replace(',\n', ',<br>')
140+
self.message_post(body=pres)
141+
136142
res = self._clean_response_obj(res)
137143

138144
data = res.get('datosGenerales')

0 commit comments

Comments
 (0)