Skip to content

[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
wants to merge 23 commits into
base: 18.0
Choose a base branch
from

Conversation

pablo-cort-s73
Copy link
Contributor

Migration to 18.0

acysos and others added 22 commits July 14, 2025 11:50
[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
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/
@pablo-cort-s73 pablo-cort-s73 changed the title 18.0 mig l10n es aeat partner check [18.0][MIG] l10n_es_aeat_partner_check: Migration to 18.0 Jul 14, 2025
@pablo-cort-s73 pablo-cort-s73 mentioned this pull request Jul 14, 2025
40 tasks
@pablo-cort-s73 pablo-cort-s73 force-pushed the 18.0-mig-l10n_es_aeat_partner_check branch from ceb920f to a2c63da Compare July 14, 2025 13:34
@pablo-cort-s73 pablo-cort-s73 force-pushed the 18.0-mig-l10n_es_aeat_partner_check branch from a2c63da to 8408efe Compare July 14, 2025 13:37
@pedrobaeza
Copy link
Member

/ocabot migration l10n_es_aeat_partner_check

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Jul 14, 2025
Copy link
Member

@victoralmau victoralmau left a 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"),
]
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.