Skip to content
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

[16.0] [FIX] l10n_it_account_stamp: stamp lines migration #4603

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

primes2h
Copy link
Contributor

@primes2h primes2h commented Feb 6, 2025

Senza questo script di migrazione nelle righe fattura vengono visualizzate anche le righe di movimento relative al bollo.
Questo perché nella 16.0 il campo display_type viene valorizzato in modo predefinito con product.
Vedi anche #3021 (comment)

immagine

Dipende da #4529.

Per la migrazione 12.0 → 16.0 dipende da #4597

Copy link
Contributor

@sergiocorato sergiocorato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

"""
UPDATE account_move_line
SET
display_type = 'cog'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
display_type = 'cog'
display_type = 'cogs'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corretto. Grazie!

@primes2h primes2h force-pushed the 16.0-FIX-l10n_it_account_stamp-stamp_lines_migration branch from a2b5354 to 9390497 Compare February 7, 2025 08:07
@primes2h primes2h force-pushed the 16.0-FIX-l10n_it_account_stamp-stamp_lines_migration branch from 9390497 to ba89e2d Compare February 7, 2025 08:54
@primes2h primes2h requested a review from sergiocorato February 7, 2025 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants