Skip to content

Conversation

@BetoRaja
Copy link

@BetoRaja BetoRaja commented Jul 1, 2025

The tests are failing because this module depends on l10n_es_vat_prorate, which is pending to be merged (#4251)

@HaraldPanten @Jaimermaccione

[T-8592]

victoralmau and others added 24 commits July 1, 2025 14:10
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: l10n-spain-16.0/l10n-spain-16.0-l10n_es_aeat_mod303_vat_prorate
Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_aeat_mod303_vat_prorate/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: l10n-spain-17.0/l10n-spain-17.0-l10n_es_aeat_mod303_vat_prorate
Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_aeat_mod303_vat_prorate/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: l10n-spain-17.0/l10n-spain-17.0-l10n_es_aeat_mod303_vat_prorate
Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_aeat_mod303_vat_prorate/
Currently translated at 100.0% (14 of 14 strings)

Translation: l10n-spain-17.0/l10n-spain-17.0-l10n_es_aeat_mod303_vat_prorate
Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_aeat_mod303_vat_prorate/ca/
Currently translated at 100.0% (14 of 14 strings)

Translation: l10n-spain-17.0/l10n-spain-17.0-l10n_es_aeat_mod303_vat_prorate
Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_aeat_mod303_vat_prorate/es/
@BetoRaja BetoRaja force-pushed the 18.0-mig-l10n_es_aeat_mod303_vat_prorate branch 6 times, most recently from a5664c3 to 7152471 Compare July 3, 2025 10:34
@BetoRaja BetoRaja force-pushed the 18.0-mig-l10n_es_aeat_mod303_vat_prorate branch 8 times, most recently from eeb76c3 to 8fb2488 Compare July 4, 2025 10:11
@BetoRaja BetoRaja force-pushed the 18.0-mig-l10n_es_aeat_mod303_vat_prorate branch from 8fb2488 to 8900792 Compare July 4, 2025 10:26
@BetoRaja BetoRaja marked this pull request as ready for review July 4, 2025 10:27
@HaraldPanten
Copy link
Contributor

/ocabot migration l10n_es_aeat_mod303_vat_prorate

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Jul 4, 2025
@OCA-git-bot OCA-git-bot mentioned this pull request Jul 4, 2025
50 tasks
@victoralmau
Copy link
Member

victoralmau commented Oct 27, 2025

Podéis hacer rebase y revisar los errores del CI?

TT57487

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Prorrata de IVA [303]",
"version": "18.0.3.0.0",
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
"version": "18.0.3.0.0",
"version": "18.0.1.0.0",

Comment on lines +81 to +83
(
0,
0,
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
(
0,
0,
Command.create(

Comment on lines +119 to +121
(
0,
0,
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
(
0,
0,
Command.create(

Comment on lines +134 to +136
(
0,
0,
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
(
0,
0,
Command.create(

Comment on lines +149 to +151
(
0,
0,
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
(
0,
0,
Command.create(

"price_unit": 300,
"quantity": 1,
"tax_ids": [
(4, t.id)
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
(4, t.id)
Command.link(t.id)

"price_unit": 200,
"quantity": 1,
"tax_ids": [
(4, t.id)
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
(4, t.id)
Command.link(t.id)

{
"with_vat_prorate": True,
"vat_prorate_ids": [
(0, 0, {"date": "2024-01-01", "vat_prorate": 90}),
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
(0, 0, {"date": "2024-01-01", "vat_prorate": 90}),
Command.create({"date": "2024-01-01", "vat_prorate": 90}),

@HaraldPanten
Copy link
Contributor

Hola @victoralmau gracias por la revisión.

Deberíamos, por eso empezar por Revisar y fusionar este --> #4442

Puedes echar una mano?

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.

9 participants