-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] l10n_uy_edi: Fix en el manejo de formatos de reporte #245
Conversation
788a16d
to
0a3c495
Compare
@@ -156,6 +156,10 @@ def _l10n_uy_ucfe_query(self, method, req_data={}, return_transport=False): | |||
res = company._uy_get_client(company.l10n_uy_ucfe_query_url, return_transport=return_transport) | |||
client = res[0] if isinstance(res, tuple) else res | |||
transport = res[1] if isinstance(res, tuple) else False | |||
if req_data.get('nombreParametros') and req_data.get('valoresParametros'): | |||
ArrayOfstring = client.get_type('{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mem-adhoc necesitamos un enlace acá? que pasa si no está disponible o cambia?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pablohmontenegro Pablito esto no es un enlace, basicamente consultamos a la api el formato que necesitamos para informar los campos! no va a cambiar
Buenas @mem-adhoc falla runbot, ¿quizás habría que hacer un rebase? ¿consultar en canal "devs" de slack? |
0a3c495
to
9d4dcf0
Compare
@roboadhoc r+ |
closes #245 Ticket: 80829 Signed-off-by: Katherine Zaoral <[email protected]>
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
10 similar comments
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed): |
Ticket: 80829