[ADD] l10n_ar_tax: added test cases#1377
Open
jue-adhoc wants to merge 1 commit intoingadhoc:19.0from
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Este PR agrega cobertura de tests para el comportamiento de map_tax() en posiciones fiscales argentinas cuando la FP solo configura percepciones/retenciones (l10n_ar_tax_ids) y no tiene mapeos explícitos de IVA (tax_ids), evitando sustituciones no deseadas por delegación al domestic FP.
Changes:
- Nuevo archivo de tests que cubre casos de
map_tax()para FPs “perception-only” y FPs con mapeo explícito de impuestos. - Inclusión del nuevo módulo de tests en
l10n_ar_tax/tests/__init__.py.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| l10n_ar_tax/tests/test_map_tax_fiscal_position.py | Añade tests de regresión/validación para map_tax() y escenarios con domestic FP y facturas. |
| l10n_ar_tax/tests/init.py | Importa el nuevo archivo de tests para que sea ejecutado por la suite. |
d342267 to
a1a4f87
Compare
9ae5068 to
a1a4f87
Compare
a1a4f87 to
65bf0c8
Compare
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.

No description provided.