[19.0][MIG] hr_expense_employee_analytic_default: Migration to 19.0#350
Draft
dnplkndll wants to merge 5 commits into
Draft
[19.0][MIG] hr_expense_employee_analytic_default: Migration to 19.0#350dnplkndll wants to merge 5 commits into
dnplkndll wants to merge 5 commits into
Conversation
34d7768 to
fc07400
Compare
TT47803 [UPD] Update hr_expense_employee_analytic_default.pot
fc07400 to
a94306c
Compare
a94306c to
058904e
Compare
BhaveshHeliconia
suggested changes
Jun 2, 2026
|
|
||
| class TestHrExpenseEmployeeAnalyticDefault(BaseCommon): | ||
| @tagged("post_install", "-at_install") | ||
| class TestHrExpenseEmployeeAnalyticDefault(TransactionCase): |
Contributor
There was a problem hiding this comment.
Could you explain why these changes are needed?
| @@ -1,21 +1,45 @@ | |||
| # Copyright 2024 Tecnativa - Víctor Martínez | |||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | |||
| # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | |||
Contributor
There was a problem hiding this comment.
Could you explain why these changes are needed?
058904e to
8f6e51f
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
hr_expense_employee_analytic_defaultto 19.0.Non-mechanical adaptations worth flagging
_get_distributionoverride insidemodels/account_analytic_distribution_model.pyto check bothaddress_idandwork_contact_idfor resolving default employee analytic cost-centers.