[18.0][MIG] project_wbs: Migration to 18.0#1690
Open
lbarry-apsl wants to merge 82 commits intoOCA:18.0from
Open
[18.0][MIG] project_wbs: Migration to 18.0#1690lbarry-apsl wants to merge 82 commits intoOCA:18.0from
lbarry-apsl wants to merge 82 commits intoOCA:18.0from
Conversation
the css was not migrated
enable opening the related view even when empty (needed for quick project creation)
[IMP]test_coverage
Currently translated at 1.8% (1 of 55 strings) Translation: project-12.0/project-12.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_wbs/de/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-12.0/project-12.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_wbs/
Currently translated at 62.5% (35 of 56 strings) Translation: project-15.0/project-15.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/it/
Currently translated at 100.0% (56 of 56 strings) Translation: project-15.0/project-15.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/it/
Currently translated at 100.0% (56 of 56 strings) Translation: project-15.0/project-15.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/it/
Currently translated at 100.0% (56 of 56 strings) Translation: project-15.0/project-15.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/es/
[FIX] project_wbs: make computed fields in analytic account not editable from the project That can cause data corruption between the project and the analytic account, in case a change is needed in the project the master data in the analytic account should change instead, that is the code and the parent_id. For example, I have a project P1 and a child 01. The complete wbs code of the child is P1 / 01. If I change the complete wbs code in the chaild to be XXX the complete wbs code of the parent is still P1 but the complete wbs code of the child would be XXX and the code in the child analytic account will still be 01. That is not consistent.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-15.0/project-15.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/
In case there is no parent project with account_class project we should not take the parent, but use current project. Steps to reproduce: Create a project account_class = null Create a child project account_class = 'project' The root analytic account is missing, it should be the child project as it is the root project (only account class 'project') is a project
…ytic account Steps to reproduce: * Create a project and put a Project Manager * Change the Project Manager in the Project * The Project Manager in the analytic account is not changed Expected behavior: the Project Manager in the analytic account is the same as in the project. Project Manager is the manager of the project hierarchy. The "Manager" field is the manager of a individual child project and the consistency in ensured because is a related field.
…oject. If the user selects a custom code in the project the analytic acount shoudl use the same code.
The change of the project.project model description causes that all the modules in the same repository adopt the new description and export it as the value to translate, making than any instance using one of the modules of OCA/project potentially has this translation, which is catastrophic. TT49118
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-15.0/project-15.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-15.0/project-15.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/
Currently translated at 100.0% (53 of 53 strings) Translation: project-15.0/project-15.0-project_wbs Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_wbs/it/
hbrunn
requested changes
Mar 19, 2026
Member
hbrunn
left a comment
There was a problem hiding this comment.
this needs much more work, amongst others compatibility with project_parent, lack of which is part of why tests fail left and right here
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.
Module migrated to version 18.0
cc https://github.com/APSL
@miquelalzanillas @javierobcn @mpascuall @BernatObrador @ppyczko @peluko00 please review