[19.0][MIG] account_avatax_oca_log: Migration to 19.0 - #594
Draft
dnplkndll wants to merge 9 commits into
Draft
Conversation
dnplkndll
marked this pull request as draft
May 24, 2026 02:55
dnplkndll
force-pushed
the
19.0-mig-account_avatax_oca_log
branch
5 times, most recently
from
May 29, 2026 20:22
5b92be1 to
ce96ebd
Compare
Currently translated at 100.0% (26 of 26 strings) Translation: account-fiscal-rule-18.0/account-fiscal-rule-18.0-account_avatax_oca_log Translate-URL: https://translation.odoo-community.org/projects/account-fiscal-rule-18-0/account-fiscal-rule-18-0-account_avatax_oca_log/it/
Currently translated at 100.0% (26 of 26 strings) Translation: account-fiscal-rule-18.0/account-fiscal-rule-18.0-account_avatax_oca_log Translate-URL: https://translation.odoo-community.org/projects/account-fiscal-rule-18-0/account-fiscal-rule-18-0-account_avatax_oca_log/it/
- Convert deprecated name_get to modern _compute_display_name in AvataxLog model to satisfy Odoo 19 standard.
dnplkndll
force-pushed
the
19.0-mig-account_avatax_oca_log
branch
from
June 22, 2026 18:28
ce96ebd to
28dc58f
Compare
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.
Port of
account_avatax_oca_logfrom 18.0 to 19.0.Migration guide: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-19.0
Depends on #591.
Non-mechanical adaptations worth flagging
name_getmethod inAvataxLogmodel with the modern_compute_display_namemethod.