-
-
Notifications
You must be signed in to change notification settings - Fork 554
[18.0][MIG] l10n_es_aeat_partner_check: Migration to 18.0 #4283
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
Open
pablo-cort-s73
wants to merge
23
commits into
OCA:18.0
Choose a base branch
from
Studio73:18.0-mig-l10n_es_aeat_partner_check
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[18.0][MIG] l10n_es_aeat_partner_check: Migration to 18.0 #4283
pablo-cort-s73
wants to merge
23
commits into
OCA:18.0
from
Studio73:18.0-mig-l10n_es_aeat_partner_check
+1,602
−0
Conversation
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
[ADD] l10n_es_aeat: certificates and soap. AEAT Partner check [ADD] l10n_es_aeat: certificates and soap. AEAT Partner check [ADD] l10n_es_aeat: certificates and soap. AEAT Partner check [ADD] l10n_es_aeat: certificates and soap. AEAT Partner check
[ADD] l10n_es_aeat_partner_check: add _parse_aeat_vat_info
Currently translated at 100.0% (23 of 23 strings) Translation: l10n-spain-12.0/l10n-spain-12.0-l10n_es_aeat_partner_check Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-l10n_es_aeat_partner_check/es/
Currently translated at 95.6% (22 of 23 strings) Translation: l10n-spain-12.0/l10n-spain-12.0-l10n_es_aeat_partner_check Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-l10n_es_aeat_partner_check/ca/
Añade una petición para comprobar si la empresa está sometido al recargo de equivalencia, indicandolo junto con el resto de la información del pedido
Co-authored-by: JuanjoA <[email protected]> Co-authored-by: josufmcg <[email protected]>
Currently translated at 100.0% (34 of 34 strings) Translation: l10n-spain-15.0/l10n-spain-15.0-l10n_es_aeat_partner_check Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_aeat_partner_check/ca/
Modificación del string de aeat para evitar la duplicidad del string (p.e. en las vistas search)
…rtner Sin esta corrección, los usuarios estaban teniendo este error al escribir en algunos partners: > No puedes ingresar a los registros 'Certificados AEAT' (l10n.es.aeat.certificate) > > Se permite esta operación para los grupos siguientes: > - Accounting/Advisor > > Ponte en contacto con tu administrador para pedirle acceso si es necesario @moduon MT-2308 Co-authored-by: Loida Vilaplana <[email protected]>
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-17.0/l10n-spain-17.0-l10n_es_aeat_partner_check Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_aeat_partner_check/
40 tasks
ceb920f
to
a2c63da
Compare
a2c63da
to
8408efe
Compare
/ocabot migration l10n_es_aeat_partner_check |
victoralmau
suggested changes
Aug 1, 2025
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.
Revisión de código OK.
TT57208
Comment on lines
+10
to
+21
RESULTS = [ | ||
("NO IDENTIFICADO", "No identificado"), | ||
("IDENTIFICADO", "Identificado"), | ||
("NO PROCESADO", "No procesado"), | ||
("NO IDENTIFICABLE", "No identificable"), | ||
("IDENTIFICADO-BAJA", "Identificado, baja"), | ||
("IDENTIFICADO-REVOCADO", "Identificado, revocado"), | ||
] | ||
TYPES = [ | ||
("sales_equalization", "Régimen de recargo de equivalencia"), | ||
("standard", "Régimen estándar"), | ||
] |
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.
Suggested change
RESULTS = [ | |
("NO IDENTIFICADO", "No identificado"), | |
("IDENTIFICADO", "Identificado"), | |
("NO PROCESADO", "No procesado"), | |
("NO IDENTIFICABLE", "No identificable"), | |
("IDENTIFICADO-BAJA", "Identificado, baja"), | |
("IDENTIFICADO-REVOCADO", "Identificado, revocado"), | |
] | |
TYPES = [ | |
("sales_equalization", "Régimen de recargo de equivalencia"), | |
("standard", "Régimen estándar"), | |
] | |
RESULTS = [ | |
("NO IDENTIFICADO", self.env._("No identificado")), | |
("IDENTIFICADO", self.env._("Identificado")), | |
("NO PROCESADO", self.env._("No procesado")), | |
("NO IDENTIFICABLE", self.env._("No identificable")), | |
("IDENTIFICADO-BAJA", self.env._("Identificado, baja")), | |
("IDENTIFICADO-REVOCADO", self.env._("Identificado, revocado")), | |
] | |
TYPES = [ | |
("sales_equalization", self.env._("Régimen de recargo de equivalencia")), | |
("standard", self.env._("Régimen estándar")), | |
] |
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.
Migration to 18.0