Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

mem-adhoc
Copy link
Contributor

Ticket: 80829

@roboadhoc
Copy link
Contributor

@mem-adhoc mem-adhoc force-pushed the 16.0-h-80829-mem branch 3 times, most recently from 788a16d to 0a3c495 Compare October 14, 2024 16:54
l10n_uy_edi/models/l10n_uy_cfe.py Outdated Show resolved Hide resolved
.vscode/settings.json Outdated Show resolved Hide resolved
@@ -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')
Copy link
Contributor

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?

Copy link
Contributor Author

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

@pablohmontenegro
Copy link
Contributor

pablohmontenegro commented Oct 14, 2024

Buenas @mem-adhoc falla runbot, ¿quizás habría que hacer un rebase? ¿consultar en canal "devs" de slack?

l10n_uy_edi/tests/test_report_params.py Show resolved Hide resolved
l10n_uy_edi/tests/test_report_params.py Outdated Show resolved Hide resolved
l10n_uy_edi/tests/test_report_params.py Outdated Show resolved Hide resolved
l10n_uy_edi/tests/test_report_params.py Outdated Show resolved Hide resolved
l10n_uy_edi/tests/test_report_params.py Outdated Show resolved Hide resolved
@zaoral
Copy link
Contributor

zaoral commented Oct 14, 2024

@roboadhoc r+

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

10 similar comments
@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

@fw-bot-adhoc
Copy link
Contributor

@mem-adhoc @zaoral this pull request has forward-port PRs awaiting action (not merged or closed):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants