[FIX] l10n_ar_sale: fix sale order report for Argentina#280
Closed
pablohmontenegro wants to merge 1 commit intoingadhoc:18.0from
Closed
[FIX] l10n_ar_sale: fix sale order report for Argentina#280pablohmontenegro wants to merge 1 commit intoingadhoc:18.0from
pablohmontenegro wants to merge 1 commit intoingadhoc:18.0from
Conversation
Contributor
Contributor
There was a problem hiding this comment.
Pull request overview
Este PR corrige el renderizado del reporte de pedido de venta para compañías de Argentina en l10n_ar_sale, ajustando cómo se selecciona el template QWeb a utilizar según el país de la compañía.
Changes:
- Condiciona el
t-calldel template base para que no se use cuando la compañía es AR. - Añade un
t-callalternativo al10n_ar_sale.report_saleorder_documentcuando la compañía es AR. - Incrementa la versión del módulo.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| l10n_ar_sale/views/sale_report_templates.xml | Cambia la lógica de selección del template de reporte para usar el layout AR solo cuando corresponde. |
| l10n_ar_sale/manifest.py | Bump de versión del módulo por cambio en vista QWeb. |
Ticket: 110727
8505891 to
fb489ab
Compare
Contributor
|
@roboadhoc nobump |
Contributor
|
@roboadhoc r+ |
roboadhoc
pushed a commit
that referenced
this pull request
Feb 13, 2026
closes #280 Ticket: 110727 Signed-off-by: Julia Elizondo - jue (#l10n) <jue@adhoc.com.ar>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Ticket: 110727