[18.0][ADD] l10n_es_pos_sii_match + [REF] l10n_es_aeat_sii_match - #4866
Merged
Conversation
Contributor
|
Hi @Reyes4711-S73, @Abranes, |
pedrobaeza
force-pushed
the
18.0-add-l10n_es_pos_sii_match
branch
6 times, most recently
from
February 26, 2026 01:25
54eb1e4 to
4f2ff87
Compare
Abranes
approved these changes
Feb 26, 2026
pedrobaeza
force-pushed
the
18.0-add-l10n_es_pos_sii_match
branch
7 times, most recently
from
February 27, 2026 02:21
1975d7d to
002c551
Compare
victoralmau
force-pushed
the
18.0-add-l10n_es_pos_sii_match
branch
from
March 12, 2026 15:43
002c551 to
479d53a
Compare
victoralmau
approved these changes
Mar 12, 2026
Moving the contents to the SII mixin and doing the required adaptations: - Don't browse, but keep Odoo recordset in variables. - Rename variables. - Adapt DB layout to contain a many2one reference for the specified model. - Start to support other period types (trimesters). - Refactor code. - Include a new method for building the match result dictionary, to avoid code duplication and encapsulate the logic in one place. - Make it multi-record applicable. With this work, we are also promoting to both co-author and maintainers.
pedrobaeza
force-pushed
the
18.0-add-l10n_es_pos_sii_match
branch
from
May 8, 2026 11:06
479d53a to
ba7e826
Compare
…nd l10n_es_pos_sii It adds to the contrast the PoS orders.
pedrobaeza
force-pushed
the
18.0-add-l10n_es_pos_sii_match
branch
from
May 8, 2026 11:07
ba7e826 to
88002a1
Compare
Member
Author
|
/ocabot merge major |
Contributor
|
On my way to merge this fine PR! |
Contributor
|
Congratulations, your PR was merged at 88274e4. Thanks a lot for contributing to OCA. ❤️ |
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.
[ADD] l10n_es_pos_sii_match: Glue module for l10n_es_aeat_sii_match and l10n_es_pos_sii
It adds to the contrast the PoS orders.
[REF] l10n_es_aeat_sii_match: Generalize its usage
Moving the contents to the SII mixin and doing the required adaptations:
With this work, we are also promoting to both co-author and maintainers.
@Tecnativa